Skip to content

Commit dda91ad

Browse files
committed
Bump version to 0.9.3
1 parent d6c8d73 commit dda91ad

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.9.2' + optional_dev_tag
7+
__version__ = '0.9.3' + 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.9.2
6+
appVersion: 0.9.3
77

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

0 commit comments

Comments
 (0)