diff --git a/apps/dog-food/Main.hs b/apps/dog-food/Main.hs index 9eb91a89a0..a4ce6b868a 100644 --- a/apps/dog-food/Main.hs +++ b/apps/dog-food/Main.hs @@ -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