From c603f515c4ec3b33194bf726ce82fc3b1a51ec6a Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Thu, 25 Jan 2018 13:20:16 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.20.0-rc3=20=E2=86=92=200.20?= =?UTF-8?q?.0-rc4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 462e11c4d..04b86b1f2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.20.0-rc3 +current_version = 0.20.0-rc4 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)-((?P[a-z]+)(?P\d+))? diff --git a/package.json b/package.json index 29518e082..1015f689a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.20.0-rc3", + "version": "0.20.0-rc4", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "homepage": "https://lbry.io/", "bugs": {