v3.0.0-beta.0

This commit is contained in:
JRoberts
2022-06-29 16:52:36 +04:00
parent 6c14372666
commit 07bf2bca3b
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,5 +1,5 @@
name: simplexmq
version: 2.3.2
version: 3.0.0
synopsis: SimpleXMQ message broker
description: |
This package includes <./docs/Simplex-Messaging-Server.html server>,

View File

@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: simplexmq
version: 2.3.2
version: 3.0.0
synopsis: SimpleXMQ message broker
description: This package includes <./docs/Simplex-Messaging-Server.html server>,
<./docs/Simplex-Messaging-Client.html client> and

View File

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