From f1c14ab7c825796a81f16516c4e8c7592b4e7ac4 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 1 Jan 2022 12:02:57 -0700 Subject: [PATCH] bump to 3.18.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 9632b6c77..4564ae8ff 100755 --- a/bootstrap +++ b/bootstrap @@ -44,7 +44,7 @@ main(_) -> bootstrap_rebar3(), %% Build rebar.app from rebar.app.src - {ok, App} = rebar_app_info:new(rebar, "3.17.0", filename:absname("_build/default/lib/rebar/")), + {ok, App} = rebar_app_info:new(rebar, "3.18.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 92a604f8b..f286e0a0c 100644 --- a/rebar.config +++ b/rebar.config @@ -23,7 +23,7 @@ {escript_name, rebar3}. {escript_wrappers_windows, ["cmd", "powershell"]}. -{escript_comment, "%%Rebar3 3.17.0\n"}. +{escript_comment, "%%Rebar3 3.18.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/src/rebar.app.src.script b/src/rebar.app.src.script index 2f1a6a68a..cd020e4b4 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.18.0"}, {modules, []}, {registered, []}, {applications, [kernel,