Skip to content

Commit

Permalink
Bump version: 0.2.0-beta.2 → 0.2.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dfederschmidt committed Apr 29, 2021
1 parent dd20162 commit 37906ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[bumpversion]
current_version = 0.2.0-beta.2
current_version = 0.2.0-beta.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+)\.(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}-{release}.{dev}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = gamma
Expand All @@ -20,3 +21,5 @@ values =
[bumpversion:file:phurlprompt/urlprompt.json]
search = "app_version": "{current_version}"
replace = "app_version": "{new_version}"
serialize =
{major}.{minor}.{patch}
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-beta.2
0.2.0-beta.3
2 changes: 1 addition & 1 deletion phurlprompt/urlprompt.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"product_version_regex": ".*",
"publisher": "Splunk Community",
"license": "Copyright (c) Splunk Community, 2021",
"app_version": "0.2.0-beta.2",
"app_version": "0.2.0",
"utctime_updated": "2021-04-27T07:29:08.380974Z",
"package_name": "phantom_urlprompt",
"main_module": "urlprompt_connector.py",
Expand Down

0 comments on commit 37906ea

Please sign in to comment.