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 7a04139 commit 384add2Copy full SHA for 384add2
gren.cabal
@@ -1,7 +1,7 @@
1
Cabal-version: 3.8
2
3
Name: gren
4
-Version: 0.4.4
+Version: 0.4.5
5
6
Synopsis:
7
The `gren` command line interface.
src/Main.gren
@@ -39,7 +39,7 @@ type alias Model =
39
40
compilerVersion : String
41
compilerVersion =
42
- "0.4.4"
+ "0.4.5"
43
44
45
init : Node.Environment -> Init.Task { model : Model, command : Cmd Msg }
0 commit comments