Skip to content

Commit cf2b17f

Browse files
author
mark
committed
bumpup
1 parent f3fc9f1 commit cf2b17f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const port = 8080
2-
const version = 34
2+
const version = 35
33
let http = require('http')
44

55
http.createServer(function(request, response) {

0 commit comments

Comments
 (0)