Skip to content

Commit

Permalink
cred: add VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Aug 23, 2024
1 parent fec3d15 commit be7c92b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cred/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor
# build version tag: timestamp
VER=2.0.0
TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")"
unset VER

0 comments on commit be7c92b

Please sign in to comment.