core: 5.7.0.0 (#4027)

This commit is contained in:
Evgeny Poberezkin
2024-04-14 17:31:56 +01:00
committed by GitHub
parent 35b7f2cb1c
commit c6af2c285a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ import Simplex.Chat.Store.Files
import Simplex.Chat.Store.Remote
import Simplex.Chat.Store.Shared
import Simplex.Chat.Types
import Simplex.Chat.Util (liftIOEither, encryptFile)
import Simplex.Chat.Util (encryptFile, liftIOEither)
import Simplex.FileTransfer.Description (FileDigest (..))
import Simplex.Messaging.Agent
import Simplex.Messaging.Agent.Protocol (AgentErrorType (RCP))
@@ -76,7 +76,7 @@ minRemoteCtrlVersion = AppVersion [5, 6, 0, 0]
-- when acting as controller
minRemoteHostVersion :: AppVersion
minRemoteHostVersion = AppVersion [5, 6, 0, 0]
minRemoteHostVersion = AppVersion [5, 7, 0, 0]
currentAppVersion :: AppVersion
currentAppVersion = AppVersion SC.version