This commit is contained in:
Evgeny Poberezkin 2022-07-19 15:08:14 +01:00
parent 1d40bb97c2
commit 0ab90cb204
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ ntfServerCLIConfig =
fingerprintFile = combine cfgPath "fingerprint",
defaultServerPort = "443",
executableName = "ntf-server",
serverVersion = "SMP notifications server v1.1.0",
serverVersion = "SMP notifications server v1.1.1",
mkIniFile = \enableStoreLog defaultServerPort ->
"[STORE_LOG]\n\
\# The server uses STM memory for persistence,\n\

View File

@ -99,7 +99,7 @@ supportedSMPServerVRange :: VersionRange
supportedSMPServerVRange = mkVersionRange 1 4
simplexMQVersion :: String
simplexMQVersion = "3.1.0"
simplexMQVersion = "3.1.1"
-- * Transport connection class