Skip to content

Commit 2d63f7d

Browse files
committed
Bump to 3.11.1
1 parent 3231a29 commit 2d63f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ main(_) ->
3535
bootstrap_rebar3(),
3636

3737
%% Build rebar.app from rebar.app.src
38-
{ok, App} = rebar_app_info:new(rebar, "3.11.0", filename:absname("_build/default/lib/rebar/")),
38+
{ok, App} = rebar_app_info:new(rebar, "3.11.1", filename:absname("_build/default/lib/rebar/")),
3939
rebar_otp_app:compile(rebar_state:new(), App),
4040

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

src/rebar.app.src

+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, "git"},
6+
{vsn, "3.11.1"},
77
{modules, []},
88
{registered, []},
99
{applications, [kernel,

0 commit comments

Comments
 (0)