Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sqfasd committed Sep 12, 2017
1 parent 566a010 commit bff832b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function verifyGenesisBlock(scope, block) {
function main() {
process.stdin.resume();

var version = '1.3.2';
var version = '1.3.3';
program
.version(version)
.option('-c, --config <path>', 'Config file path')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asch",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"scripts": {
"start": "node app.js",
Expand Down

0 comments on commit bff832b

Please sign in to comment.