We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a005e commit 6050b84Copy full SHA for 6050b84
3 files changed
VERSION
@@ -1 +1 @@
1
-1.20.0-rc.4
+1.20.0-rc.5
bin/elixir
@@ -6,7 +6,7 @@
6
7
set -e
8
9
-ELIXIR_VERSION=1.20.0-rc.4
+ELIXIR_VERSION=1.20.0-rc.5
10
11
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then
12
cat <<USAGE >&2
bin/elixir.bat
@@ -4,7 +4,7 @@
4
:: SPDX-FileCopyrightText: 2021 The Elixir Team
5
:: SPDX-FileCopyrightText: 2012 Plataformatec
-set ELIXIR_VERSION=1.20.0-rc.4
+set ELIXIR_VERSION=1.20.0-rc.5
if ""%1""=="""" if ""%2""=="""" goto documentation
if /I ""%1""==""--help"" if ""%2""=="""" goto documentation
0 commit comments