Version bump

This commit is contained in:
nik012003
2022-07-10 16:44:37 +02:00
parent c6e94bcf89
commit a340a3316b

View File

@@ -24,7 +24,7 @@ class Settings(BaseSettings):
JWT_ALGORITHM: str = "HS256"
REACT_BUILD_DIR: str = "../frontend/build/" if not ON_DOCKER else "frontend/"
REACT_HTML_PATH: str = os.path.join(REACT_BUILD_DIR,"index.html")
VERSION = "1.3.0"
VERSION = "1.4.0"
settings = Settings()