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 d6c8d73 commit dda91adCopy full SHA for dda91ad
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.9.2' + optional_dev_tag
+__version__ = '0.9.3' + 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.9.2
+appVersion: 0.9.3
8
icon: https://github.com/benbusby/whoogle-search/raw/main/app/static/img/favicon/favicon-96x96.png
9
0 commit comments