Skip to content

Commit 9e6dacc

Browse files
committed
Releasing 3.14.0-rc2
1 parent 728bd2c commit 9e6dacc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ main(_) ->
4343
bootstrap_rebar3(),
4444

4545
%% Build rebar.app from rebar.app.src
46-
{ok, App} = rebar_app_info:new(rebar, "3.14.0-rc1", filename:absname("_build/default/lib/rebar/")),
46+
{ok, App} = rebar_app_info:new(rebar, "3.14.0-rc2", filename:absname("_build/default/lib/rebar/")),
4747
rebar_otp_app:compile(rebar_state:new(), App),
4848

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

rebar.config

Lines changed: 1 addition & 1 deletion
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.14.0-rc1\n"}.
27+
{escript_comment, "%%Rebar3 3.14.0-rc2\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

Lines changed: 1 addition & 1 deletion
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.14.0-rc2"},
77
{modules, []},
88
{registered, []},
99
{applications, [kernel,

0 commit comments

Comments
 (0)