mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Bump version to 1.2.2
This commit is contained in:
parent
4852e5b64f
commit
255f1a2c12
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@ optional_dev_tag = ''
|
||||||
if os.getenv('DEV_BUILD'):
|
if os.getenv('DEV_BUILD'):
|
||||||
optional_dev_tag = '.dev' + os.getenv('DEV_BUILD')
|
optional_dev_tag = '.dev' + os.getenv('DEV_BUILD')
|
||||||
|
|
||||||
__version__ = '1.2.1' + optional_dev_tag
|
__version__ = '1.2.2' + optional_dev_tag
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue