Skip to content

Commit a2600ea

Browse files
committed
Release v1.17.0-rc.0
1 parent 27b6ea8 commit a2600ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Finally, a new `Kernel.to_timeout/1` function has been added, which helps develo
7070
Process.send_after(pid, :wake_up, to_timeout(hour: 1))
7171
```
7272

73-
## v1.17.0-dev
73+
## v1.17.0-rc.0 (2024-05-24)
7474

7575
### 1. Enhancements
7676

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.0-dev
1+
1.17.0-rc.0

bin/elixir

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
ELIXIR_VERSION=1.17.0-dev
4+
ELIXIR_VERSION=1.17.0-rc.0
55

66
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then
77
cat <<USAGE >&2

bin/elixir.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
set ELIXIR_VERSION=1.17.0-dev
3+
set ELIXIR_VERSION=1.17.0-rc.0
44

55
if ""%1""=="""" if ""%2""=="""" goto documentation
66
if /I ""%1""==""--help"" if ""%2""=="""" goto documentation

0 commit comments

Comments
 (0)