Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 7292b8a

Browse files
revalidated buildversion.sh
1 parent 2b2a9c1 commit 7292b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ git add lib
1010
git add t
1111
git commit -m "prepare new release"
1212
git push
13-
git tag -a $2
13+
git tag -a "$2"
1414
git push origin --tags
1515
make

0 commit comments

Comments
 (0)