Skip to content

Commit fc402a5

Browse files
Update version to 2.2.7
1 parent 7b6f765 commit fc402a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firecrest/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ class Settings(BaseSettings):
381381
app_debug: bool = Field(
382382
False, description="Enable debug mode for the FastAPI application."
383383
)
384-
app_version: Literal["2.x.x"] = "2.x.x"
384+
app_version: Literal["2.2.7"] = "2.2.7"
385385
apis_root_path: str = Field(
386386
"",
387387
description="Base path prefix for exposing the APIs.",

0 commit comments

Comments
 (0)