From 24c9c958576835c60c1f7cbd29282efdb92a7814 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Sun, 10 Dec 2017 22:32:02 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.19.0rc3=20=E2=86=92=200.19.?= =?UTF-8?q?0rc4?= 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 752030ff4..a02152a72 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.0rc3 +current_version = 0.19.0rc4 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 8161d455b..136544c73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.19.0rc3", + "version": "0.19.0rc4", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "author": { "name": "LBRY Inc.",