Skip to content

Commit 78ef63b

Browse files
committed
Bump to 3.7.0
Signed-off-by: Fred Hebert <[email protected]>
1 parent 0fcf0e0 commit 78ef63b

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
@@ -27,7 +27,7 @@ main(_) ->
2727
bootstrap_rebar3(),
2828

2929
%% Build rebar.app from rebar.app.src
30-
{ok, App} = rebar_app_info:new(rebar, "3.7.0-rc1", filename:absname("_build/default/lib/rebar/")),
30+
{ok, App} = rebar_app_info:new(rebar, "3.7.0", filename:absname("_build/default/lib/rebar/")),
3131
rebar_otp_app:compile(rebar_state:new(), App),
3232

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

0 commit comments

Comments
 (0)