summarylogtreecommitdiffstats
path: root/update_version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_version.sh')
-rwxr-xr-xupdate_version.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_version.sh b/update_version.sh
index 53ce38ea6580..c643a8d1cfcf 100755
--- a/update_version.sh
+++ b/update_version.sh
@@ -20,6 +20,7 @@ git checkout develop
VER=$(git describe --tags --long --always)
VER=${VER/-/.r}
VER=${VER/-/.}
+VER=${VER#v}
COMMIT=$(git rev-parse HEAD)