Skip to content

Commit

Permalink
Merge pull request #50 from pdowler/main
Browse files Browse the repository at this point in the history
cred: add VERSION file
  • Loading branch information
pdowler authored Aug 23, 2024
2 parents fec3d15 + be7c92b commit 0c8c7c3
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 0c8c7c3

Please sign in to comment.