Skip to content

Commit 335912f

Browse files
committed
Version 0.2.45
1 parent 47421b5 commit 335912f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.45-dev
1+
0.2.45

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mv -f VERSION.tmp VERSION
1111
ver="$(cat VERSION)"
1212
git commit -am "Version $ver"
1313
git tag "$ver"
14-
git push --follow-tags
14+
git push origin "$ver"
1515

1616
# Advance to the next patch release, add the '-dev' suffix back on, and commit the result.
1717
a=( ${ver//./ } ) && ((a[2]++))

0 commit comments

Comments
 (0)