From 3109c841da68a0f1ce2954b7e7cb5559320a0647 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Thu, 24 Mar 2016 12:02:49 +0100
Subject: [PATCH] v0.20.0a23

---
 appveyor.yml                 | 2 +-
 test/integration/branches.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index bf3ecb8bb..8dc5de2b7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -76,7 +76,7 @@ artifacts:
     name: Duniter
 
 deploy:
-  release: v0.20.0a22
+  release: v0.20.0a23
   provider: GitHub
   auth_token:
     secure: Vp/M0r0i1yhGR2nhrPWEbTiDIF6r0cmwbNDFZUzdFe5clWxPXtuC0lgIpOQI78zt
diff --git a/test/integration/branches.js b/test/integration/branches.js
index c9a45656e..585c2ee1e 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.0a22');
+        res.should.have.property('ucoin').property('version').equal('0.20.0a23');
         res.should.have.property('ucoin').property('forkWindowSize').equal(3);
       });
     });
-- 
GitLab