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
@@ -205,7 +205,7 @@ class Settings(BaseSettings):
205
205
206
206
# Hyperion follows Semantic Versioning
207
207
# https://semver.org/
208
-
HYPERION_VERSION: str="4.4.0"
208
+
HYPERION_VERSION: str="4.4.1"
209
209
MINIMAL_TITAN_VERSION_CODE: int=139
210
210
211
211
# 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