From c742d91f3cf8c385ce4cff8a2d916101ce8f86c8 Mon Sep 17 00:00:00 2001 From: Dustin Jenkins Date: Mon, 25 Nov 2024 23:37:38 +0000 Subject: [PATCH] fix: increment old version file to force release build --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a9fb23b..249f71b 100644 --- a/VERSION +++ b/VERSION @@ -5,6 +5,6 @@ # tags with and without build number so operators use the versioned # tag but we always keep a timestamped tag in case a semantic tag gets # replaced accidentally -VER=0.4.0 +VER=0.5.2 TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")" unset VER