Skip to content

Commit 721db61

Browse files
Update version to 2.4.1
1 parent 0fc987e commit 721db61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/demo-launcher/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ADD ./build/demo-launcher/supervisord.conf /etc/supervisord.conf
5656
COPY --from=ghcr.io/eth-cscs/firecrest-ui /usr/server/app ./web-ui
5757
RUN npm install --global yarn@1.22.19
5858

59-
ENV APP_VERSION="2.x.x"
59+
ENV APP_VERSION="2.4.1"
6060
ENV ENVIRONMENT='development'
6161
ENV SERVICE_NAME='firecrest-web-ui'
6262
ENV LOGGING_LEVEL='error'

src/firecrest/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ class Settings(BaseSettings):
488488
app_debug: bool = Field(
489489
False, description="Enable debug mode for the FastAPI application."
490490
)
491-
app_version: Literal["2.x.x"] = "2.x.x"
491+
app_version: Literal["2.4.1"] = "2.4.1"
492492
apis_root_path: str = Field(
493493
"",
494494
description="Base path prefix for exposing the APIs.",

0 commit comments

Comments
 (0)