diff --git a/CHANGELOG.md b/CHANGELOG.md index d5783953f92..4994a96d8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -241,7 +241,7 @@ protocol, giving developers more control over the struct representation. See the updated documentation for `Inspect` for a general rundown on the approaches and options available. -## v1.14.0-dev +## v1.14.0-rc.0 (2022-08-01) ### 1. Enhancements diff --git a/VERSION b/VERSION index 16772dd8ade..e3330c2dc21 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.14.0-dev \ No newline at end of file +1.14.0-rc.0 \ No newline at end of file diff --git a/bin/elixir b/bin/elixir index 350703c5252..d36685f0fc5 100755 --- a/bin/elixir +++ b/bin/elixir @@ -1,7 +1,7 @@ #!/bin/sh set -e -ELIXIR_VERSION=1.14.0-dev +ELIXIR_VERSION=1.14.0-rc.0 if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then cat <&2 diff --git a/bin/elixir.bat b/bin/elixir.bat index 210753d00c3..8dd1f7f7d40 100644 --- a/bin/elixir.bat +++ b/bin/elixir.bat @@ -1,6 +1,6 @@ @if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off) -set ELIXIR_VERSION=1.14.0-dev +set ELIXIR_VERSION=1.14.0-rc.0 setlocal enabledelayedexpansion if ""%1""=="""" if ""%2""=="""" goto documentation diff --git a/lib/elixir/pages/compatibility-and-deprecations.md b/lib/elixir/pages/compatibility-and-deprecations.md index a66ba24822d..8a82509c85c 100644 --- a/lib/elixir/pages/compatibility-and-deprecations.md +++ b/lib/elixir/pages/compatibility-and-deprecations.md @@ -196,4 +196,4 @@ Version | Deprecated feature | Replaced by (ava [v1.11]: https://github.com/elixir-lang/elixir/blob/v1.11/CHANGELOG.md#4-hard-deprecations [v1.12]: https://github.com/elixir-lang/elixir/blob/v1.12/CHANGELOG.md#4-hard-deprecations [v1.13]: https://github.com/elixir-lang/elixir/blob/v1.13/CHANGELOG.md#4-hard-deprecations -[v1.14]: CHANGELOG.md#4-hard-deprecations +[v1.14]: https://github.com/elixir-lang/elixir/blob/v1.14/CHANGELOG.md#4-hard-deprecations