From 98ba69c0d18b8554df946ef0e1e3a698812d30f7 Mon Sep 17 00:00:00 2001 From: jobevers Date: Wed, 22 Feb 2017 12:51:12 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0rc8=20=E2=86=92=200.9.0r?= =?UTF-8?q?c9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 535d448a2..eead8eb8e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0rc8 +current_version = 0.9.0rc9 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? @@ -14,3 +14,4 @@ optional_value = production values = rc production + diff --git a/package.json b/package.json index 151e2ba80..7d1c903c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.9.0rc8", + "version": "0.9.0rc9", "description": "LBRY web ui", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"