This commit is contained in:
Evgeny Poberezkin 2022-08-01 11:36:46 +01:00
parent b76ef03dbe
commit b8c23ea8d5
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ ntfServerCLIConfig =
fingerprintFile = combine cfgPath "fingerprint",
defaultServerPort = "443",
executableName = "ntf-server",
serverVersion = "SMP notifications server v1.1.2",
serverVersion = "SMP notifications server v1.1.3",
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.2"
simplexMQVersion = "3.1.3"
-- * Transport connection class