print chat version on start (#50)

This commit is contained in:
Efim Poberezkin
2021-05-04 21:20:17 +04:00
committed by GitHub
parent bf86904e97
commit eb44fb24e8

View File

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