Skip to content

Commit 466cb63

Browse files
committed
Bump version to 0.9.0
1 parent c056322 commit 466cb63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
if os.getenv('DEV_BUILD'):
55
optional_dev_tag = '.dev' + os.getenv('DEV_BUILD')
66

7-
__version__ = '0.8.4' + optional_dev_tag
7+
__version__ = '0.9.0' + optional_dev_tag

charts/whoogle/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: whoogle
33
description: A self hosted search engine on Kubernetes
44
type: application
55
version: 0.1.0
6-
appVersion: 0.8.4
6+
appVersion: 0.9.0
77

88
icon: https://github.com/benbusby/whoogle-search/raw/main/app/static/img/favicon/favicon-96x96.png
99

0 commit comments

Comments
 (0)