mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
version update
This commit is contained in:
parent
754f30539c
commit
e8f385f655
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ ENV = CWD.joinpath(".env")
|
||||||
dotenv.load_dotenv(ENV)
|
dotenv.load_dotenv(ENV)
|
||||||
|
|
||||||
# General
|
# General
|
||||||
APP_VERSION = "v0.2.0"
|
APP_VERSION = "v0.2.1"
|
||||||
DB_VERSION = "v0.2.0"
|
DB_VERSION = "v0.2.0"
|
||||||
PRODUCTION = os.environ.get("ENV")
|
PRODUCTION = os.environ.get("ENV")
|
||||||
PORT = int(os.getenv("mealie_port", 9000))
|
PORT = int(os.getenv("mealie_port", 9000))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue