Skip to content

Commit 2ffbb80

Browse files
committed
Bump to 3.2.0
1 parent aa273a1 commit 2ffbb80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ main(_) ->
2424
bootstrap_rebar3(),
2525

2626
%% Build rebar.app from rebar.app.src
27-
{ok, App} = rebar_app_info:new(rebar, "3.1.1", filename:absname("_build/default/lib/rebar/")),
27+
{ok, App} = rebar_app_info:new(rebar, "3.2.0", filename:absname("_build/default/lib/rebar/")),
2828
rebar_otp_app:compile(rebar_state:new(), App),
2929

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

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.2.0"},
77
{modules, []},
88
{registered, []},
99
{applications, [kernel,

0 commit comments

Comments
 (0)