From fa60e702fa1b8d5054e71a8190b7babb3d9a3edd Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Fri, 24 Nov 2023 08:54:07 -0800 Subject: [PATCH] argus:1.0.6 and bifrost:0.5.3 --- argus/VERSION | 2 +- bifrost/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argus/VERSION b/argus/VERSION index 4ea4241..1812417 100644 --- a/argus/VERSION +++ b/argus/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor # build version tag: timestamp -VER=1.0.5 +VER=1.0.6 TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")" unset VER diff --git a/bifrost/VERSION b/bifrost/VERSION index 317ad47..d9c10af 100644 --- a/bifrost/VERSION +++ b/bifrost/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor # build version tag: timestamp -VER=0.5.2 +VER=0.5.3 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER