We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea2545 commit 3d916b5Copy full SHA for 3d916b5
control
@@ -15,7 +15,7 @@ function get_version() {
15
echo "not a git repo"
16
exit 1
17
elif [ ! -z $ver ]; then
18
- version=$ver
+ version=${ver#*v}
19
fi
20
}
21
0 commit comments