mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-02 05:06:02 +00:00
core: 6.2.0.1 (simplexmq: 6.2.0.4)
This commit is contained in:
@@ -73,11 +73,11 @@ import UnliftIO.Directory (copyFile, createDirectoryIfMissing, doesDirectoryExis
|
||||
|
||||
-- when acting as host
|
||||
minRemoteCtrlVersion :: AppVersion
|
||||
minRemoteCtrlVersion = AppVersion [6, 2, 0, 0]
|
||||
minRemoteCtrlVersion = AppVersion [6, 2, 0, 1]
|
||||
|
||||
-- when acting as controller
|
||||
minRemoteHostVersion :: AppVersion
|
||||
minRemoteHostVersion = AppVersion [6, 2, 0, 0]
|
||||
minRemoteHostVersion = AppVersion [6, 2, 0, 1]
|
||||
|
||||
currentAppVersion :: AppVersion
|
||||
currentAppVersion = AppVersion SC.version
|
||||
|
||||
Reference in New Issue
Block a user