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 2bdf916 commit 9fe12d4Copy full SHA for 9fe12d4
app/core/utils/config.py
@@ -192,8 +192,8 @@ class Settings(BaseSettings):
192
193
# Hyperion follows Semantic Versioning
194
# https://semver.org/
195
- HYPERION_VERSION: str = "4.3.0"
196
- MINIMAL_TITAN_VERSION_CODE: int = 143
+ HYPERION_VERSION: str = "4.3.2"
+ MINIMAL_TITAN_VERSION_CODE: int = 139
197
198
######################################
199
# Automatically generated parameters #
0 commit comments