diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2019-01-05 16:53:58 -0500 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2019-01-05 16:53:58 -0500 |
commit | 4b6f537df214f91eafd4f15a57058d1e7d247e67 (patch) | |
tree | 4249669152f3f8f46c8350a6a37c90195918fdcf | |
parent | 338da673d556b3916bb21f901c7cd6f59a2a06a8 (diff) |
Bump to 3.8.0
-rwxr-xr-x | bootstrap | 2 | ||||
-rw-r--r-- | src/rebar.app.src | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ main(_) -> bootstrap_rebar3(), %% Build rebar.app from rebar.app.src - {ok, App} = rebar_app_info:new(rebar, "3.7.5", filename:absname("_build/default/lib/rebar/")), + {ok, App} = rebar_app_info:new(rebar, "3.8.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/src/rebar.app.src b/src/rebar.app.src index 6058efc..2acea05 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "git"}, + {vsn, "3.8.0"}, {modules, []}, {registered, []}, {applications, [kernel, |