Skip to content

Commit ac378aa

Browse files
committed
New version
1 parent f9b1052 commit ac378aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MicroCabal.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 3.0
22
name: MicroCabal
3-
version: 0.5.3.0
3+
version: 0.5.5.0
4+
-- Update src/MicroCabal/Main.hs with version
45
synopsis: A partial Cabal replacement
56
license: Apache-2.0
67
license-file: LICENSE

src/MicroCabal/Main.hs

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

2222
version :: String
23-
version = "MicroCabal 0.5.4.0"
23+
version = "MicroCabal 0.5.5.0"
2424

2525
main :: IO ()
2626
main = do

0 commit comments

Comments
 (0)