Skip to content

Commit

Permalink
Update Hyperion version (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 authored May 19, 2024
1 parent 05a210b commit 20149f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class Settings(BaseSettings):

# Hyperion follows Semantic Versioning
# https://semver.org/
HYPERION_VERSION: str = "2.4.0"
HYPERION_VERSION: str = "2.4.1-alpha"
MINIMAL_TITAN_VERSION_CODE: int = 113

MINIMAL_TITAN_VERSION: str = "0.0.1" # deprecated, use MINIMAL_TITAN_VERSION_CODE
Expand Down

0 comments on commit 20149f3

Please sign in to comment.