We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e32e4 commit d6d3db4Copy full SHA for d6d3db4
2 files changed
MicroCabal.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 3.0
2
name: MicroCabal
3
-version: 0.5.8.1
+version: 0.5.9.0
4
-- Update src/MicroCabal/Main.hs with version
5
synopsis: A partial Cabal replacement
6
license: Apache-2.0
src/MicroCabal/Main.hs
@@ -21,7 +21,7 @@ import MicroCabal.Unix
21
22
-- Update cabal file when this changes
23
version :: String
24
-version = "MicroCabal 0.5.8.1"
+version = "MicroCabal 0.5.9.0"
25
26
main :: IO ()
27
main = do
0 commit comments