Skip to content

Commit

Permalink
Release v1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 10, 2024
1 parent 9d31768 commit 41f6ee3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -78,7 +78,7 @@ Another [ExDoc](https://github.com/elixir-lang/ex_doc) feature we have incorpora

Finally, we have started enriching our documentation with [Mermaid.js](https://mermaid.js.org/) diagrams. You can find examples in the [GenServer](https://hexdocs.pm/elixir/main/GenServer.html) and [Supervisor](https://hexdocs.pm/elixir/main/Supervisor.html) docs.

## v1.16.2-dev
## v1.16.2 (2024-03-10)

### 1. Enhancements

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.16.1
1.16.2
2 changes: 1 addition & 1 deletion bin/elixir
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

ELIXIR_VERSION=1.16.1
ELIXIR_VERSION=1.16.2

if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then
cat <<USAGE >&2
Expand Down
2 changes: 1 addition & 1 deletion bin/elixir.bat
@@ -1,6 +1,6 @@
@if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off)

set ELIXIR_VERSION=1.16.1
set ELIXIR_VERSION=1.16.2

setlocal enabledelayedexpansion
if ""%1""=="""" if ""%2""=="""" goto documentation
Expand Down

0 comments on commit 41f6ee3

Please sign in to comment.