We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4804be1 commit de4d59aCopy full SHA for de4d59a
bin/compiler
gren.cabal
@@ -1,7 +1,7 @@
1
Cabal-version: 3.8
2
3
Name: gren
4
-Version: 0.6.0
+Version: 0.6.1
5
6
Synopsis:
7
The `gren` command line interface.
src/Meta.gren
@@ -10,5 +10,5 @@ version : SemanticVersion
10
version =
11
{ major = 0
12
, minor = 6
13
- , patch = 0
+ , patch = 1
14
}
0 commit comments