Skip to content

Commit 20149f3

Browse files
authored
Update Hyperion version (#431)
1 parent 05a210b commit 20149f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class Settings(BaseSettings):
102102

103103
# Hyperion follows Semantic Versioning
104104
# https://semver.org/
105-
HYPERION_VERSION: str = "2.4.0"
105+
HYPERION_VERSION: str = "2.4.1-alpha"
106106
MINIMAL_TITAN_VERSION_CODE: int = 113
107107

108108
MINIMAL_TITAN_VERSION: str = "0.0.1" # deprecated, use MINIMAL_TITAN_VERSION_CODE

0 commit comments

Comments
 (0)