Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benbusby committed Aug 21, 2023
1 parent 4a00896 commit 92e8ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
if os.getenv('DEV_BUILD'):
optional_dev_tag = '.dev' + os.getenv('DEV_BUILD')

__version__ = '0.8.2' + optional_dev_tag
__version__ = '0.8.3' + optional_dev_tag
2 changes: 1 addition & 1 deletion charts/whoogle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: whoogle
description: A self hosted search engine on Kubernetes
type: application
version: 0.1.0
appVersion: 0.8.2
appVersion: 0.8.3

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

Expand Down

0 comments on commit 92e8ede

Please sign in to comment.