Skip to content

Commit 5dd033f

Browse files
committed
Bump to 3.21.0
1 parent eb4bc10 commit 5dd033f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/rebar/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.20.0\n"}.
26+
{escript_comment, "%%Rebar3 3.21.0\n"}.
2727
{escript_emu_args, "%%! +sbtu +A1\n"}.
2828
%% escript_incl_priv is for internal rebar-private use only.
2929
%% Do not use outside rebar. Config interface is not stable.

apps/rebar/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, "3.20.0"},
6+
{vsn, "3.21.0"},
77
{modules, []},
88
{registered, []},
99
{applications, [kernel,

bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ main(Args) ->
5353
bootstrap_rebar3(),
5454

5555
%% Build rebar.app from rebar.app.src
56-
{ok, App} = rebar_app_info:new(rebar, "3.20.0", filename:absname("_build/default/lib/rebar/")),
56+
{ok, App} = rebar_app_info:new(rebar, "3.21.0", filename:absname("_build/default/lib/rebar/")),
5757
rebar_otp_app:compile(rebar_state:new(), App),
5858

5959
%% 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
@@ -11,7 +11,7 @@
1111
{escript_main_app, rebar}.
1212
{escript_name, rebar3}.
1313
{escript_wrappers_windows, ["cmd", "powershell"]}.
14-
{escript_comment, "%%Rebar3 3.20.0\n"}.
14+
{escript_comment, "%%Rebar3 3.21.0\n"}.
1515
{escript_emu_args, "%%! +sbtu +A1\n"}.
1616
%% escript_incl_priv is for internal rebar-private use only.
1717
%% Do not use outside rebar. Config interface is not stable.

0 commit comments

Comments
 (0)