From 96507b07759f7b91eda9b21ad5587b5a6dce75d3 Mon Sep 17 00:00:00 2001 From: eguzki <881529+eguzki@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:51:28 +0000 Subject: [PATCH] Release v0.1.0-alpha3 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 2f29820..1facc79 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.1.0-alpha2 +VERSION ?= 0.1.0-alpha3 # 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.