From 5fb7867c86d8cc1ba27dcd09a46eb3ce617d8929 Mon Sep 17 00:00:00 2001 From: eguzki <881529+eguzki@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:09:59 +0000 Subject: [PATCH] Release v0.1.0-alpha1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1cf656c..330c25c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.0.0 +VERSION ?= 0.1.0-alpha1 # IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images. # This variable is used to construct full image tags for bundle and catalog images.