mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
bump version
This commit is contained in:
parent
f7184ffc9e
commit
782e6e513c
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@ from typing import Optional, Union
|
||||||
|
|
||||||
from pydantic import BaseSettings, Field, validator
|
from pydantic import BaseSettings, Field, validator
|
||||||
|
|
||||||
APP_VERSION = "v0.4.0"
|
APP_VERSION = "v0.4.1"
|
||||||
DB_VERSION = "v0.4.0"
|
DB_VERSION = "v0.4.0"
|
||||||
|
|
||||||
CWD = Path(__file__).parent
|
CWD = Path(__file__).parent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue