Skip to content

Commit

Permalink
release v1.3.4 testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
bycnck committed Sep 27, 2017
1 parent 3319c32 commit 547ee07
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.3';
var version = '1.3.4';
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.3",
"version": "1.3.4",
"private": true,
"scripts": {
"start": "node app.js",
Expand Down

0 comments on commit 547ee07

Please sign in to comment.