From 656eabdf5c34da8c5a8a6bc160b065101d549c86 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 8 Dec 2017 17:09:11 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.18.2=20=E2=86=92=200.19.0rc?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8380468cf..be19078df 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,9 +1,9 @@ [bumpversion] -current_version = 0.18.2 +current_version = 0.19.0rc1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? -serialize = +serialize = {major}.{minor}.{patch}{release}{candidate} {major}.{minor}.{patch} @@ -12,7 +12,7 @@ first_value = 1 [bumpversion:part:release] optional_value = production -values = +values = rc production diff --git a/package.json b/package.json index 9a6bd10f2..22ef2395c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.18.2", + "version": "0.19.0rc1", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "author": { "name": "LBRY Inc.",