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

View File

@@ -1,5 +1,5 @@
name: simplex-chat
version: 5.6.1.1
version: 5.7.0.0
#synopsis:
#description:
homepage: https://github.com/simplex-chat/simplex-chat#readme

View File

@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplex-chat
version: 5.6.1.1
version: 5.7.0.0
category: Web, System, Services, Cryptography
homepage: https://github.com/simplex-chat/simplex-chat#readme
author: simplex.chat

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