diff --git a/app/Main.hs b/app/Main.hs index 7642a0e..3436e27 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -21,7 +21,7 @@ parse _ = help >> exit -- Helper functions for CLI version, usage information, and exit codes version, help, exit :: IO () -version = putStrLn "v0.0.0" +version = putStrLn "v0.0.1" help = putStrLn $ unlines [ "standups [COMMAND] [-v | --version] [-h | --help]" , "" diff --git a/standups-cli.cabal b/standups-cli.cabal index 7606cc3..5ca118f 100644 --- a/standups-cli.cabal +++ b/standups-cli.cabal @@ -1,5 +1,5 @@ name: standups-cli -version: 0.0.0 +version: 0.0.1 synopsis: Manage daily standup logging from the terminal description: Please see README.md homepage: http://github.com/mmwtsn/standups-cli#readme