core: 6.4.0.3 (simplexmq 6.4.0.8)

This commit is contained in:
Evgeny Poberezkin
2025-06-09 19:06:02 +01:00
parent 3c2391dc32
commit f80a704857
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplex-chat
version: 6.4.0.2
version: 6.4.0.3
category: Web, System, Services, Cryptography
homepage: https://github.com/simplex-chat/simplex-chat#readme
author: simplex.chat
+2 -2
View File
@@ -75,11 +75,11 @@ remoteFilesFolder = "simplex_v1_files"
-- when acting as host
minRemoteCtrlVersion :: AppVersion
minRemoteCtrlVersion = AppVersion [6, 4, 0, 2]
minRemoteCtrlVersion = AppVersion [6, 4, 0, 3]
-- when acting as controller
minRemoteHostVersion :: AppVersion
minRemoteHostVersion = AppVersion [6, 4, 0, 2]
minRemoteHostVersion = AppVersion [6, 4, 0, 3]
currentAppVersion :: AppVersion
currentAppVersion = AppVersion SC.version