update version v3.0.0-beta.4

This commit is contained in:
Evgeny Poberezkin 2022-07-04 10:48:04 +01:00
parent bc26dc1d68
commit 36b4179b8b
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.3",
serverVersion = "SMP notifications server v1.0.0-beta.4",
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 2
simplexMQVersion :: String
simplexMQVersion = "3.0.0-beta.3"
simplexMQVersion = "3.0.0-beta.4"
-- * Transport connection class