We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fc9f1 commit cf2b17fCopy full SHA for cf2b17f
bumpup.sh
@@ -5,5 +5,5 @@ NEW_VER=$(($VER + 1))
5
echo "current version: $VER, new version: $NEW_VER"
6
sed -i "s/$VERSION_STRING $VER$/$VERSION_STRING $NEW_VER/" server.js
7
8
-git commit -am "bumpup to $NEW_VER"
9
-git push public
+# git commit -am "bumpup to $NEW_VER"
+# git push public
server.js
@@ -1,5 +1,5 @@
1
const port = 8080
2
-const version = 34
+const version = 35
3
let http = require('http')
4
http.createServer(function(request, response) {
0 commit comments