Skip to content

Commit 6b443b2

Browse files
author
mark
committed
..
1 parent cf2b17f commit 6b443b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bumpup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ NEW_VER=$(($VER + 1))
55
echo "current version: $VER, new version: $NEW_VER"
66
sed -i "s/$VERSION_STRING $VER$/$VERSION_STRING $NEW_VER/" server.js
77

8-
# git commit -am "bumpup to $NEW_VER"
9-
# git push public
8+
git commit -am "bumpup to $NEW_VER"
9+
git push public

0 commit comments

Comments
 (0)