From 44a4c53978dd590afe3a3400c2dcc0f9bc05d028 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Sun, 18 Apr 2021 15:57:57 -0400 Subject: [PATCH] Bump to 3.15.0 --- bootstrap | 2 +- rebar.config | 2 +- src/rebar.app.src.script | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index f4edbb59f..b19ddf1ce 100755 --- a/bootstrap +++ b/bootstrap @@ -46,7 +46,7 @@ main(_) -> bootstrap_rebar3(), %% Build rebar.app from rebar.app.src - {ok, App} = rebar_app_info:new(rebar, "3.14.4", filename:absname("_build/default/lib/rebar/")), + {ok, App} = rebar_app_info:new(rebar, "3.15.0", filename:absname("_build/default/lib/rebar/")), rebar_otp_app:compile(rebar_state:new(), App), %% Because we are compiling files that are loaded already we want to silence diff --git a/rebar.config b/rebar.config index fd4db20b7..7d2461f6e 100644 --- a/rebar.config +++ b/rebar.config @@ -24,7 +24,7 @@ {escript_name, rebar3}. {escript_wrappers_windows, ["cmd", "powershell"]}. -{escript_comment, "%%Rebar3 3.14.4\n"}. +{escript_comment, "%%Rebar3 3.15.0\n"}. {escript_emu_args, "%%! +sbtu +A1\n"}. %% escript_incl_extra is for internal rebar-private use only. %% Do not use outside rebar. Config interface is not stable. diff --git a/src/rebar.app.src.script b/src/rebar.app.src.script index 2f1a6a68a..15f39fb31 100644 --- a/src/rebar.app.src.script +++ b/src/rebar.app.src.script @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "git"}, + {vsn, "3.15.0"}, {modules, []}, {registered, []}, {applications, [kernel,