Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwtsn committed Mar 13, 2016
1 parent 45849e7 commit b3566f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
, ""
Expand Down

0 comments on commit b3566f4

Please sign in to comment.