Skip to content

Commit 2c22477

Browse files
sumerc-pshjderusse
andcommitted
Update languages/python-conprof/scripts/version-common.sh
Co-authored-by: Jérémy Derussé <[email protected]>
1 parent f362e5e commit 2c22477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
git fetch --tags --force
66

7-
VERSION=$(git describe --tags --abbrev=0 | cut -d '+' -f1)
7+
PREV_TAG=`git describe --tags --abbrev=0`
88
REV_COUNT=""
99
INTERNAL_VERSION=""
1010

0 commit comments

Comments
 (0)