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"