Skip to content

Commit 2bdf916

Browse files
authored
Bump version (#689)
1 parent 9dd562f commit 2bdf916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/core/utils/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ class Settings(BaseSettings):
192192

193193
# Hyperion follows Semantic Versioning
194194
# https://semver.org/
195-
HYPERION_VERSION: str = "4.2.0"
196-
MINIMAL_TITAN_VERSION_CODE: int = 139
195+
HYPERION_VERSION: str = "4.3.0"
196+
MINIMAL_TITAN_VERSION_CODE: int = 143
197197

198198
######################################
199199
# Automatically generated parameters #

0 commit comments

Comments
 (0)