5.1.2, ntf server 1.4.1

This commit is contained in:
Evgeny Poberezkin
2023-06-25 09:31:55 +01:00
parent acea477aab
commit e3fff98b1b
3 changed files with 3 additions and 3 deletions
@@ -28,7 +28,7 @@ import System.IO (BufferMode (..), hSetBuffering, stderr, stdout)
import Text.Read (readMaybe)
ntfServerVersion :: String
ntfServerVersion = "1.4.0"
ntfServerVersion = "1.4.1"
ntfServerCLI :: FilePath -> FilePath -> IO ()
ntfServerCLI cfgPath logPath =