Bump version: 0.1 → 0.2

This commit is contained in:
Devaev Maxim
2018-06-29 01:23:44 +03:00
parent 5fef349a0e
commit 996428f34e
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.1
current_version = 0.2
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}
@@ -13,3 +13,4 @@ replace = version="{new_version}"
[bumpversion:file:PKGBUILD]
search = pkgver="{current_version}"
replace = pkgver="{new_version}"