Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
Initial release of the functioning CLI.
  • Loading branch information
mmwtsn committed Mar 13, 2016
1 parent de9edaa commit c9459ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
, ""
Expand Down
2 changes: 1 addition & 1 deletion standups-cli.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c9459ff

Please sign in to comment.