From ce3af8538f7e87c41a486548487923a9cea071a8 Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Fri, 24 Nov 2023 08:51:53 -0800 Subject: [PATCH] torkeep:0.1.3 and icewind:0.9.10 --- icewind/VERSION | 2 +- torkeep/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icewind/VERSION b/icewind/VERSION index 82340e42..8be6cd20 100644 --- a/icewind/VERSION +++ b/icewind/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor[.patch] # build version tag: timestamp -VER=0.9.9 +VER=0.9.10 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER diff --git a/torkeep/VERSION b/torkeep/VERSION index 7a7e4421..c637131c 100644 --- a/torkeep/VERSION +++ b/torkeep/VERSION @@ -1,6 +1,6 @@ ## deployable containers have a semantic and build tag # semantic version tag: major.minor # build version tag: timestamp -VER=0.1.2 +VER=0.1.3 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER