We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1fa2a commit 75c747fCopy full SHA for 75c747f
mkversion
@@ -37,7 +37,6 @@ function genversion() {
37
test -z "$(git diff-index --name-only HEAD --)" ||
38
VN="$VN-dirty" ;;
39
esac
40
- VN=$(echo "$VN" | sed -e 's/-/./g')
41
else
42
VN="$DEF_VER"
43
fi
0 commit comments