mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-03 14:33:11 -05:00
chore: bump version + change-log notice (#1766)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from pathlib import Path
|
||||
|
||||
APP_VERSION = "v1.0.0beta-4"
|
||||
from mealie import __version__
|
||||
|
||||
APP_VERSION = __version__
|
||||
|
||||
CWD = Path(__file__).parent
|
||||
BASE_DIR = CWD.parent.parent.parent
|
||||
|
||||
Reference in New Issue
Block a user