Skip to content

Commit 73a6828

Browse files
committed
Set version of Gren code to 0.5.2
1 parent ee19481 commit 73a6828

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gren-lang",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Compiler for the Gren programming language",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

src/Main.gren

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ type alias MakeStaticOpts =
313313
cliParser : CLI.Parser.App ParsedCommand
314314
cliParser =
315315
{ name = "gren"
316-
, version = CompilerBlob.version
316+
, version = "0.5.2"
317317
, intro =
318318
PP.verticalBlock
319319
[ PP.block

0 commit comments

Comments
 (0)