From b3566f4ab1a041628d9fe2fdedd05745da4e88ba Mon Sep 17 00:00:00 2001 From: "M. Maxwell Watson" Date: Sun, 13 Mar 2016 17:08:32 -0400 Subject: [PATCH] 0.0.2 --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Main.hs b/app/Main.hs index 60a710b..a6756b5 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -23,7 +23,7 @@ parse _ = help >> exit -- Helper functions for CLI version, usage information, and exit codes version, help, exit :: IO () -version = putStrLn "v0.0.1" +version = putStrLn "v0.0.2" help = putStrLn $ unlines [ "standups [COMMAND] [-v | --version] [-h | --help]" , ""