Skip to content

Commit

Permalink
Release 0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
wende committed Jun 8, 2017
1 parent f1e9b13 commit fa3ed5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Compiler.elm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Regex exposing (..)

version : String
version =
"0.3.22"
"0.3.23"


glueStart : String
Expand Down
2 changes: 1 addition & 1 deletion stable/elm.js
Original file line number Diff line number Diff line change
Expand Up @@ -16738,7 +16738,7 @@ var _user$project$Compiler$glueStart = A2(
_elm_lang$core$Basics_ops['++'],
_user$project$Helpers$ind(0),
A2(_elm_lang$core$Basics_ops['++'], 'use Elmchemy', '\n'));
var _user$project$Compiler$version = '0.3.22';
var _user$project$Compiler$version = '0.3.23';
var _user$project$Compiler$getCode = F2(
function (context, statements) {
return A2(
Expand Down

0 comments on commit fa3ed5f

Please sign in to comment.