Skip to content

Commit 21c317d

Browse files
committed
Bump to 3.16.0
1 parent eeb573a commit 21c317d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{< blocks/cover title="rebar3" image_anchor="top" height="min" color="white" >}}
88
<div class="mx-auto">
99
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://s3.amazonaws.com/rebar3/rebar3">
10-
Download (v3.15.1) <i class="fas fa-cloud-download-alt ml-2 "></i>
10+
Download (v3.16.0) <i class="fas fa-cloud-download-alt ml-2 "></i>
1111
</a>
1212
<a class="btn btn-lg btn-primary mr-3 mb-4" href="/docs/getting-started">
1313
Getting Started <i class="fas fa-arrow-alt-circle-right ml-2"></i>

content/en/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This will compile a `rebar3` escript to the top level of the `rebar3` directory,
6767
$ ./rebar3 local install
6868
```
6969

70-
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.
70+
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.
7171

7272
## Creating a New Project
7373

0 commit comments

Comments
 (0)