This commit is contained in:
Evgeny Poberezkin
2023-12-23 13:42:22 +00:00
parent 2489333c87
commit a57066a826
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: simplexmq
version: 5.5.0.0
version: 5.5.0.1
synopsis: SimpleXMQ message broker
description: |
This package includes <./docs/Simplex-Messaging-Server.html server>,
+1 -1
View File
@@ -33,7 +33,7 @@ import System.IO (BufferMode (..), hSetBuffering, stderr, stdout)
import Text.Read (readMaybe)
xftpServerVersion :: String
xftpServerVersion = "1.2.0.0"
xftpServerVersion = "1.2.0.1"
xftpServerCLI :: FilePath -> FilePath -> IO ()
xftpServerCLI cfgPath logPath = do
@@ -30,7 +30,7 @@ import System.IO (BufferMode (..), hSetBuffering, stderr, stdout)
import Text.Read (readMaybe)
ntfServerVersion :: String
ntfServerVersion = "1.7.0.0"
ntfServerVersion = "1.7.0.1"
defaultSMPBatchDelay :: Int
defaultSMPBatchDelay = 10000