Skip to content

Commit d7ef897

Browse files
authored
Merge pull request #2560 from tsloughter/bump-3.16.1
bump to 3.16.1
2 parents 17848f4 + ef23511 commit d7ef897

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ main(_) ->
4444
bootstrap_rebar3(),
4545

4646
%% Build rebar.app from rebar.app.src
47-
{ok, App} = rebar_app_info:new(rebar, "3.16.0", filename:absname("_build/default/lib/rebar/")),
47+
{ok, App} = rebar_app_info:new(rebar, "3.16.1", filename:absname("_build/default/lib/rebar/")),
4848
rebar_otp_app:compile(rebar_state:new(), App),
4949

5050
%% Because we are compiling files that are loaded already we want to silence

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
{escript_name, rebar3}.
2525
{escript_wrappers_windows, ["cmd", "powershell"]}.
26-
{escript_comment, "%%Rebar3 3.16.0\n"}.
26+
{escript_comment, "%%Rebar3 3.16.1\n"}.
2727
{escript_emu_args, "%%! +sbtu +A1\n"}.
2828
%% escript_incl_extra is for internal rebar-private use only.
2929
%% Do not use outside rebar. Config interface is not stable.

src/rebar.app.src.script

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{application, rebar,
55
[{description, "Rebar: Erlang Build Tool"},
6-
{vsn, "git"},
6+
{vsn, "3.16.1"},
77
{modules, []},
88
{registered, []},
99
{applications, [kernel,

0 commit comments

Comments
 (0)