diff --git a/CHANGES.md b/CHANGES.md index 267318a82..de58570e6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## Unreleased +## 3.13.0 - Support `module%ppx` syntax (@anmonteiro, [#2771](https://github.com/reasonml/reason/pull/2771)) diff --git a/dune-project b/dune-project index 1b6ec35a2..ad5fff302 100644 --- a/dune-project +++ b/dune-project @@ -6,7 +6,7 @@ (cram enable) -(version 3.8.2) +(version 3.13.0) (generate_opam_files true) diff --git a/test/version.t b/test/version.t index 444ddaf62..1a3a266bc 100644 --- a/test/version.t +++ b/test/version.t @@ -1,3 +1,3 @@ Ensures refmt --version prints the right version $ refmt --version | cut -d '@' -f 1 - Reason 3.8.2 + Reason 3.13.0