diff --git a/appveyor.yml b/appveyor.yml index 1d4189f594d4389e94dead60add1778b71fe59c3..60eae01ea157ca5e2ad89fb6e3b0f7fa826d8b4e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -76,7 +76,7 @@ artifacts: name: Duniter deploy: - release: v0.20.0a23 + release: v0.20.0a24 provider: GitHub auth_token: secure: Vp/M0r0i1yhGR2nhrPWEbTiDIF6r0cmwbNDFZUzdFe5clWxPXtuC0lgIpOQI78zt diff --git a/package.json b/package.json index 9c670a96c50951da1d63f8cf36923e4adf5babf7..a2c8952e697ae242920537ec0cff3e96ac192182 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucoin", - "version": "0.20.0a23", + "version": "0.20.0a24", "engines": { "node": ">=4.2.0", "npm": ">=2.11" diff --git a/test/integration/branches.js b/test/integration/branches.js index 585c2ee1e5a123c0ca059eb6c4e481ad170432ff..fbda00453576b0daccb7d127f2a79e7c30f4b609 100644 --- a/test/integration/branches.js +++ b/test/integration/branches.js @@ -225,7 +225,7 @@ describe("Branches", function() { it('should have a 3 blocks fork window size', function() { return expectAnswer(rp('http://127.0.0.1:7778/node/summary', { json: true }), function(res) { res.should.have.property('ucoin').property('software').equal('ucoind'); - res.should.have.property('ucoin').property('version').equal('0.20.0a23'); + res.should.have.property('ucoin').property('version').equal('0.20.0a24'); res.should.have.property('ucoin').property('forkWindowSize').equal(3); }); });