Skip to content

Commit 0be8717

Browse files
committedMay 24, 2021
bump version to 3.15.2
1 parent a4e54c1 commit 0be8717

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
@@ -46,7 +46,7 @@ main(_) ->
4646
bootstrap_rebar3(),
4747

4848
%% Build rebar.app from rebar.app.src
49-
{ok, App} = rebar_app_info:new(rebar, "3.15.1", filename:absname("_build/default/lib/rebar/")),
49+
{ok, App} = rebar_app_info:new(rebar, "3.15.2", filename:absname("_build/default/lib/rebar/")),
5050
rebar_otp_app:compile(rebar_state:new(), App),
5151

5252
%% 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
@@ -24,7 +24,7 @@
2424

2525
{escript_name, rebar3}.
2626
{escript_wrappers_windows, ["cmd", "powershell"]}.
27-
{escript_comment, "%%Rebar3 3.15.1\n"}.
27+
{escript_comment, "%%Rebar3 3.15.2\n"}.
2828
{escript_emu_args, "%%! +sbtu +A1\n"}.
2929
%% escript_incl_extra is for internal rebar-private use only.
3030
%% 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, "3.15.1"},
6+
{vsn, "3.15.2"},
77
{modules, []},
88
{registered, []},
99
{applications, [kernel,

0 commit comments

Comments
 (0)
Please sign in to comment.