From 3f563feaf1091a1980241adefa83a32dd2eebf7c Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Sat, 15 Oct 2022 08:48:23 -0400 Subject: [PATCH] Rebar 3.20.0 --- apps/rebar/rebar.config | 2 +- apps/rebar/src/rebar.app.src.script | 2 +- bootstrap | 2 +- rebar.config | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/rebar/rebar.config b/apps/rebar/rebar.config index da9eb47d6..67e50467a 100644 --- a/apps/rebar/rebar.config +++ b/apps/rebar/rebar.config @@ -23,7 +23,7 @@ {escript_name, rebar3}. {escript_wrappers_windows, ["cmd", "powershell"]}. -{escript_comment, "%%Rebar3 3.19.0\n"}. +{escript_comment, "%%Rebar3 3.20.0\n"}. {escript_emu_args, "%%! +sbtu +A1\n"}. %% escript_incl_priv is for internal rebar-private use only. %% Do not use outside rebar. Config interface is not stable. diff --git a/apps/rebar/src/rebar.app.src.script b/apps/rebar/src/rebar.app.src.script index 91a3df4b0..453bfa38a 100644 --- a/apps/rebar/src/rebar.app.src.script +++ b/apps/rebar/src/rebar.app.src.script @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.19.0"}, + {vsn, "3.20.0"}, {modules, []}, {registered, []}, {applications, [kernel, diff --git a/bootstrap b/bootstrap index c7e7f1653..1f89c97a2 100755 --- a/bootstrap +++ b/bootstrap @@ -53,7 +53,7 @@ main(Args) -> bootstrap_rebar3(), %% Build rebar.app from rebar.app.src - {ok, App} = rebar_app_info:new(rebar, "3.19.0", filename:absname("_build/default/lib/rebar/")), + {ok, App} = rebar_app_info:new(rebar, "3.20.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 c94ee9852..f7eccc58b 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,7 @@ {escript_main_app, rebar}. {escript_name, rebar3}. {escript_wrappers_windows, ["cmd", "powershell"]}. -{escript_comment, "%%Rebar3 3.19.0\n"}. +{escript_comment, "%%Rebar3 3.20.0\n"}. {escript_emu_args, "%%! +sbtu +A1\n"}. %% escript_incl_priv is for internal rebar-private use only. %% Do not use outside rebar. Config interface is not stable.