Skip to content

Commit

Permalink
Compiler: Roll LF Version
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
- [Compiler] Default ouput LF version is now 1.13
CHANGELOG_END
  • Loading branch information
remyhaemmerle-da committed Jun 17, 2021
1 parent eee484b commit 16288e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ version1_14 = V1 $ PointStable 14

-- | The DAML-LF version used by default.
versionDefault :: Version
versionDefault = version1_12
versionDefault = version1_13

-- | The DAML-LF development version.
versionDev :: Version
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/language/daml-lf.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

lf_version_configuration = {
"legacy": "1.8",
"stable": "1.12",
"stable": "1.13",
"latest": "1.13",
"preview": "1.14",
"dev": "1.dev",
Expand Down

0 comments on commit 16288e2

Please sign in to comment.