We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a210b commit 20149f3Copy full SHA for 20149f3
app/core/config.py
@@ -102,7 +102,7 @@ class Settings(BaseSettings):
102
103
# Hyperion follows Semantic Versioning
104
# https://semver.org/
105
- HYPERION_VERSION: str = "2.4.0"
+ HYPERION_VERSION: str = "2.4.1-alpha"
106
MINIMAL_TITAN_VERSION_CODE: int = 113
107
108
MINIMAL_TITAN_VERSION: str = "0.0.1" # deprecated, use MINIMAL_TITAN_VERSION_CODE
0 commit comments