This commit is contained in:
2023-06-07 12:36:41 +02:00
parent a4b5f33d15
commit fe9ebf0bab
3 changed files with 47 additions and 3 deletions

View File

@@ -32,6 +32,8 @@ echo "> Current Version: ${curr_vers}"
echo "> Next Version: ${next_ver}"
echo ""
printf "package goext\n\nconst GoextVersion = \"%s\"\n\nconst GoextVersionTimestamp = \"%s\"\n" "${next_ver}" "$( date +"%Y-%m-%dT%H:%M:%S%z" )" > "goextVersion.go"
git add --verbose .
msg="v${next_ver}"