From 782e6e513cb4566f2abd9f1a53cd92dba76c9048 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 3 Apr 2021 11:23:09 -0800 Subject: [PATCH] bump version --- docs/docs/overrides/api.html | 2 +- mealie/core/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/overrides/api.html b/docs/docs/overrides/api.html index 2219e40ad..7e2e2ebc5 100644 --- a/docs/docs/overrides/api.html +++ b/docs/docs/overrides/api.html @@ -14,7 +14,7 @@
diff --git a/mealie/core/config.py b/mealie/core/config.py index 5bcfe1982..363b32983 100644 --- a/mealie/core/config.py +++ b/mealie/core/config.py @@ -5,7 +5,7 @@ from typing import Optional, Union from pydantic import BaseSettings, Field, validator -APP_VERSION = "v0.4.0" +APP_VERSION = "v0.4.1" DB_VERSION = "v0.4.0" CWD = Path(__file__).parent