Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jul 15, 2009
1 parent 9079f55 commit c0cf71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shelltestrunner.cabal
@@ -1,5 +1,5 @@
name: shelltestrunner
version: 0.5
version: 0.6
category: Testing
synopsis: A tool for testing command-line programs.
description:
Expand Down
2 changes: 1 addition & 1 deletion shelltestrunner.hs
Expand Up @@ -34,7 +34,7 @@ strace a = trace (show a) a


version :: String
version = "0.5" -- keep synced with .cabal
version = "0.6" -- keep synced with .cabal

data ArgId = HelpFlag
| VersionFlag
Expand Down

0 comments on commit c0cf71d

Please sign in to comment.