Skip to content

Commit

Permalink
Version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Mar 13, 2023
1 parent b0fa283 commit 62ea203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="0.0.0"
BASE_VERSION="0.1.0"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git-"
Expand All @@ -13,6 +13,6 @@ if [ -d .git ]; then
else
GIT_COMMIT="gitUNKNOWN"
fi
#printf "$BASE_VERSION"
printf "$BASE_VERSION"-"$GIT_COMMIT"
printf "$BASE_VERSION"
#printf "$BASE_VERSION"-"$GIT_COMMIT"

0 comments on commit 62ea203

Please sign in to comment.