mirror of
https://github.com/benbusby/whoogle-search
synced 2024-10-30 09:20:50 +00:00
Bump version to 0.8.2
This commit is contained in:
parent
25e7134bef
commit
9d9022ed99
@ -4,4 +4,4 @@ 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__ = '0.8.1' + optional_dev_tag
|
__version__ = '0.8.2' + optional_dev_tag
|
||||||
|
@ -3,7 +3,7 @@ name: whoogle
|
|||||||
description: A self hosted search engine on Kubernetes
|
description: A self hosted search engine on Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
appVersion: 0.8.1
|
appVersion: 0.8.2
|
||||||
|
|
||||||
icon: https://github.com/benbusby/whoogle-search/raw/main/app/static/img/favicon/favicon-96x96.png
|
icon: https://github.com/benbusby/whoogle-search/raw/main/app/static/img/favicon/favicon-96x96.png
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user