Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
smallhadroncollider committed Jan 26, 2020
1 parent b659ca8 commit d055989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cmt
version: 0.7.0.0
version: 0.7.1.0
github: "smallhadroncollider/cmt"
license: BSD3
author: "Small Hadron Collider / Mark Wales"
Expand Down
2 changes: 1 addition & 1 deletion src/Cmt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ next :: Next -> App
next (Continue output) = lift (readCfg output) >>= display
next Previous = previous
next (PreDefined name output) = predef name output
next Version = putStrLn "0.7.0"
next Version = putStrLn "0.7.1"
next ConfigLocation = configLocation
next Help = putStrLn helpText

Expand Down

0 comments on commit d055989

Please sign in to comment.