From d4cbe870e19a8996fe393d0739f94f085d2cd553 Mon Sep 17 00:00:00 2001 From: Filip Rafaj Date: Thu, 14 Nov 2024 12:55:40 +0100 Subject: [PATCH] makefile - version bump 0.1.1 Signed-off-by: Filip Rafaj --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b118383..ed772c6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION defines the project version for the bundle. # Update this value when you upgrade the version of your project. -VERSION ?= 0.1.0 +VERSION ?= 0.1.1 # Try to detect Docker or Podman CONTAINER_TOOL := $(shell command -v docker 2> /dev/null)