Skip to content

Commit

Permalink
Update Hyperion Version (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 authored Jun 7, 2024
1 parent f6c5aba commit b0e4b00
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 @@ -109,7 +109,7 @@ class Settings(BaseSettings):

# Hyperion follows Semantic Versioning
# https://semver.org/
HYPERION_VERSION: str = "2.4.1-alpha"
HYPERION_VERSION: str = "2.5.2-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 b0e4b00

Please sign in to comment.