core: 6.3.0.1 (simplexmq 6.3.0.1)

This commit is contained in:
Evgeny
2025-01-13 18:59:33 +00:00
committed by GitHub
parent 457774bd7d
commit 27481116f0
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -75,11 +75,11 @@ remoteFilesFolder = "simplex_v1_files"
-- when acting as host
minRemoteCtrlVersion :: AppVersion
minRemoteCtrlVersion = AppVersion [6, 3, 0, 0]
minRemoteCtrlVersion = AppVersion [6, 3, 0, 1]
-- when acting as controller
minRemoteHostVersion :: AppVersion
minRemoteHostVersion = AppVersion [6, 3, 0, 0]
minRemoteHostVersion = AppVersion [6, 3, 0, 1]
currentAppVersion :: AppVersion
currentAppVersion = AppVersion SC.version