From e70bbabd63408c6a5ba6d99953f604e3d57d78f9 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Thu, 31 Oct 2024 17:36:37 -0600 Subject: [PATCH] Bump version to 0.9.1 --- app/version.py | 2 +- charts/whoogle/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/version.py b/app/version.py index 9d31e74ed4..31eead63f3 100644 --- a/app/version.py +++ b/app/version.py @@ -4,4 +4,4 @@ if os.getenv('DEV_BUILD'): optional_dev_tag = '.dev' + os.getenv('DEV_BUILD') -__version__ = '0.9.0' + optional_dev_tag +__version__ = '0.9.1' + optional_dev_tag diff --git a/charts/whoogle/Chart.yaml b/charts/whoogle/Chart.yaml index aa00db8cf4..8ce22242cd 100644 --- a/charts/whoogle/Chart.yaml +++ b/charts/whoogle/Chart.yaml @@ -3,7 +3,7 @@ name: whoogle description: A self hosted search engine on Kubernetes type: application version: 0.1.0 -appVersion: 0.9.0 +appVersion: 0.9.1 icon: https://github.com/benbusby/whoogle-search/raw/main/app/static/img/favicon/favicon-96x96.png