From 4f22ba83132721946728a110f568da982a1a9783 Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Sat, 9 Dec 2017 12:06:33 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.19.0rc1=20=E2=86=92=200.19.?= =?UTF-8?q?0rc2?= 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 be19078df..86b209b8a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.0rc1 +current_version = 0.19.0rc2 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 22ef2395c..3a3129c22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.19.0rc1", + "version": "0.19.0rc2", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "author": { "name": "LBRY Inc.",