From 3185e1ce158fe9cc4ce705fdb68f9f6cd906394d Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Wed, 3 Apr 2024 09:06:13 -0700 Subject: [PATCH] ringhold VER 1.0.0 --- ringhold/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ringhold/VERSION b/ringhold/VERSION index 3b882d6e..d849b8f3 100644 --- a/ringhold/VERSION +++ b/ringhold/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.3.0 +VER=1.0.0 TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")" unset VER