From 1baad5958142f893863e47af06dc26ae508ebcdf Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Wed, 24 Apr 2024 12:35:30 -0700 Subject: [PATCH] vault: version 1.0.4 --- vault/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/VERSION b/vault/VERSION index c5fd5316..5ff92dd7 100644 --- a/vault/VERSION +++ b/vault/VERSION @@ -4,6 +4,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=1.0.3 +VER=1.0.4 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER