This commit is contained in:
Evgeny Poberezkin
2021-05-10 19:49:21 +01:00
committed by GitHub
parent 8f69d176c7
commit 723c787edc
3 changed files with 3 additions and 5 deletions

View File

@@ -211,7 +211,7 @@ welcomeGetOpts :: IO ChatOpts
welcomeGetOpts = do
appDir <- getAppUserDataDirectory "simplex"
opts@ChatOpts {dbFile} <- getChatOpts appDir
putStrLn "SimpleX chat prototype v0.3.0"
putStrLn "SimpleX chat prototype v0.3.1"
putStrLn $ "db: " <> dbFile
putStrLn "type \"/help\" or \"/h\" for usage info"
pure opts