update version v3.0.0-rc.1

This commit is contained in:
Evgeny Poberezkin 2022-07-08 14:48:08 +01:00
parent 7a238812b7
commit cb5ad1619c
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.0.0-rc.0",
serverVersion = "SMP notifications server v1.0.0-rc.1",
mkIniFile = \enableStoreLog defaultServerPort ->
"[STORE_LOG]\n\
\# The server uses STM memory for persistence,\n\

View File

@ -96,7 +96,7 @@ supportedSMPServerVRange :: VersionRange
supportedSMPServerVRange = mkVersionRange 1 3
simplexMQVersion :: String
simplexMQVersion = "3.0.0-rc.0"
simplexMQVersion = "3.0.0-rc.1"
-- * Transport connection class