From 6bdb3d4d34bf7fd726c02e3fdb052f964dd131dd Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sun, 28 Mar 2021 16:11:17 -0800 Subject: [PATCH] bumb version --- mealie/core/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mealie/core/config.py b/mealie/core/config.py index fdaaa6e77..3a871055a 100644 --- a/mealie/core/config.py +++ b/mealie/core/config.py @@ -4,8 +4,8 @@ from pathlib import Path import dotenv -APP_VERSION = "v0.3.0" -DB_VERSION = "v0.3.0" +APP_VERSION = "v0.4.0" +DB_VERSION = "v0.4.0" CWD = Path(__file__).parent