v3.0.0-rc.0

This commit is contained in:
Evgeny Poberezkin 2022-07-05 22:30:44 +01:00
parent abd694bd5a
commit 4339218c57
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-beta.4",
serverVersion = "SMP notifications server v1.0.0-rc.0",
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-beta.4"
simplexMQVersion = "3.0.0-rc.0"
-- * Transport connection class