mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Update version.py
This commit is contained in:
parent
852f51ae04
commit
97952c69da
1 changed files with 1 additions and 2 deletions
|
|
@ -4,5 +4,4 @@ optional_dev_tag = ''
|
|||
if os.getenv('DEV_BUILD'):
|
||||
optional_dev_tag = '.dev' + os.getenv('DEV_BUILD')
|
||||
|
||||
__version__ = '0.9.4' + optional_dev_tag
|
||||
__version__ = '1.1.0-beta'
|
||||
__version__ = '1.1.0' + optional_dev_tag
|
||||
|
|
|
|||
Loading…
Reference in a new issue