You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/core/utils/config.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ class Settings(BaseSettings):
214
214
215
215
# Hyperion follows Semantic Versioning
216
216
# https://semver.org/
217
-
HYPERION_VERSION: str="4.4.1"
217
+
HYPERION_VERSION: str="4.4.2"
218
218
MINIMAL_TITAN_VERSION_CODE: int=139
219
219
220
220
# Maximum wallet balance for MyECLPay in cents, we will prevent user from adding more money to their wallet if it will make their balance exceed this value
0 commit comments