Skip to content

Commit ba2a215

Browse files
committed
Bump version to 0.6.5
1 parent 5a2d515 commit ba2a215

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

bin/compiler

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

gren.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cabal-version: 3.8
22

33
Name: gren
4-
Version: 0.6.4
4+
Version: 0.6.5
55

66
Synopsis:
77
The `gren` command line interface.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/Meta.gren

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ version : SemanticVersion
1010
version =
1111
{ major = 0
1212
, minor = 6
13-
, patch = 4
13+
, patch = 5
1414
}

0 commit comments

Comments
 (0)