Skip to content

Commit ba0eede

Browse files
committed
Bump backend version to 0.6.1
1 parent 02699ff commit ba0eede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Compiler/Backend.gren

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ as the Haskell- and Gren-parts are versioned seperatly.
5252
-}
5353
version : String
5454
version =
55-
"0.6.0"
55+
"0.6.1"
5656

5757

5858
-- Binary
@@ -93,7 +93,7 @@ downloadUrl platform cpuArch =
9393
Ok <|
9494
String.join "/"
9595
[ "https://github.com/gren-lang/compiler/releases/download"
96-
, "blob-" ++ version
96+
, version
9797
, filename
9898
]
9999

0 commit comments

Comments
 (0)