Skip to content

Commit d6d3db4

Browse files
committed
Update version
1 parent c3e32e4 commit d6d3db4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MicroCabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: MicroCabal
3-
version: 0.5.8.1
3+
version: 0.5.9.0
44
-- Update src/MicroCabal/Main.hs with version
55
synopsis: A partial Cabal replacement
66
license: Apache-2.0

src/MicroCabal/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import MicroCabal.Unix
2121

2222
-- Update cabal file when this changes
2323
version :: String
24-
version = "MicroCabal 0.5.8.1"
24+
version = "MicroCabal 0.5.9.0"
2525

2626
main :: IO ()
2727
main = do

0 commit comments

Comments
 (0)