This commit is contained in:
Evgeny Poberezkin
2026-04-21 23:20:48 +01:00
parent 27516a2af7
commit 360aba3e8f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -79,7 +79,7 @@ minRemoteCtrlVersion = AppVersion [6, 5, 0, 12]
-- when acting as controller
minRemoteHostVersion :: AppVersion
minRemoteHostVersion = AppVersion [6, 4, 6, 0]
minRemoteHostVersion = AppVersion [6, 5, 0, 12]
currentAppVersion :: AppVersion
currentAppVersion = AppVersion SC.version