From fc560cb7f48ce3ee53da8a5810e9ab2be5424f45 Mon Sep 17 00:00:00 2001 From: Thomas Maas Date: Sat, 29 Aug 2026 09:42:01 +0200 Subject: [PATCH] Prepare release v0.1.2 Signed-off-by: Thomas Maas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8222d7a..3e12489 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.1 +VERSION ?= 0.1.2 # QUAY_IMAGE_EXPIRY defines when to expire the built quay images. # The time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively,