Skip to content

Commit

Permalink
Bump to 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed May 19, 2021
1 parent eeb573a commit 21c317d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{< blocks/cover title="rebar3" image_anchor="top" height="min" color="white" >}}
<div class="mx-auto">
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://s3.amazonaws.com/rebar3/rebar3">
Download (v3.15.1) <i class="fas fa-cloud-download-alt ml-2 "></i>
Download (v3.16.0) <i class="fas fa-cloud-download-alt ml-2 "></i>
</a>
<a class="btn btn-lg btn-primary mr-3 mb-4" href="/docs/getting-started">
Getting Started <i class="fas fa-arrow-alt-circle-right ml-2"></i>
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This will compile a `rebar3` escript to the top level of the `rebar3` directory,
$ ./rebar3 local install
```

Do note that if you are planning to work with multiple Erlang versions on the same machine, you will want to build Rebar3 with the oldest one of them. The five newest major Erlang releases are supported at any given time: if the newest version is OTP-23, building with versions as old as OTP-19 will be supported, and produce an executable that will work with those that follow.
Do note that if you are planning to work with multiple Erlang versions on the same machine, you will want to build Rebar3 with the oldest one of them. The three newest major Erlang releases are supported at any given time: if the newest version is OTP-24, building with versions as old as OTP-22 will be supported, and produce an executable that will work with those that follow.

## Creating a New Project

Expand Down

0 comments on commit 21c317d

Please sign in to comment.