core: 5.7.0.5, increase min version of remote host/controller to 5.7.0.3

This commit is contained in:
Evgeny Poberezkin
2024-04-26 15:42:13 +01:00
parent 957eda8a78
commit b3f8068446
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
name: simplex-chat
version: 5.7.0.4
version: 5.7.0.5
#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.7.0.4
version: 5.7.0.5
category: Web, System, Services, Cryptography
homepage: https://github.com/simplex-chat/simplex-chat#readme
author: simplex.chat

View File

@@ -72,11 +72,11 @@ import UnliftIO.Directory (copyFile, createDirectoryIfMissing, doesDirectoryExis
-- when acting as host
minRemoteCtrlVersion :: AppVersion
minRemoteCtrlVersion = AppVersion [5, 6, 0, 0]
minRemoteCtrlVersion = AppVersion [5, 7, 0, 3]
-- when acting as controller
minRemoteHostVersion :: AppVersion
minRemoteHostVersion = AppVersion [5, 7, 0, 0]
minRemoteHostVersion = AppVersion [5, 7, 0, 3]
currentAppVersion :: AppVersion
currentAppVersion = AppVersion SC.version