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 /bootstrap | |
parent | 338da673d556b3916bb21f901c7cd6f59a2a06a8 (diff) |
Bump to 3.8.0
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 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 |