We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b9c01 commit f042807Copy full SHA for f042807
scripts/version.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-BASE_VERSION="4.3.0"
+BASE_VERSION="4.3.1"
3
if [ -d .git ]; then
4
if test "`git diff --name-only`" = "" ; then
5
GIT_COMMIT="git"
@@ -13,6 +13,6 @@ if [ -d .git ]; then
13
else
14
GIT_COMMIT="gitUNKNOWN"
15
fi
16
-#printf "$BASE_VERSION"
17
-printf "$BASE_VERSION+$GIT_COMMIT"
+printf "$BASE_VERSION"
+#printf "$BASE_VERSION+$GIT_COMMIT"
18
0 commit comments