We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c056322 commit 466cb63Copy full SHA for 466cb63
app/version.py
@@ -4,4 +4,4 @@
4
if os.getenv('DEV_BUILD'):
5
optional_dev_tag = '.dev' + os.getenv('DEV_BUILD')
6
7
-__version__ = '0.8.4' + optional_dev_tag
+__version__ = '0.9.0' + optional_dev_tag
charts/whoogle/Chart.yaml
@@ -3,7 +3,7 @@ name: whoogle
3
description: A self hosted search engine on Kubernetes
type: application
version: 0.1.0
-appVersion: 0.8.4
+appVersion: 0.9.0
8
icon: https://github.com/benbusby/whoogle-search/raw/main/app/static/img/favicon/favicon-96x96.png
9
0 commit comments