diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2016-06-18 16:59:13 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2016-06-18 16:59:13 -0400 |
commit | 2ffbb80cea3baf6763069319f089c078764edb59 (patch) | |
tree | b9b64e919bd99f567a9d4bd68bf8603c1df740bc /bootstrap | |
parent | aa273a15d5e94f87d15bf9e47607467c091ff799 (diff) |
Bump to 3.2.0
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ main(_) -> bootstrap_rebar3(), %% Build rebar.app from rebar.app.src - {ok, App} = rebar_app_info:new(rebar, "3.1.1", filename:absname("_build/default/lib/rebar/")), + {ok, App} = rebar_app_info:new(rebar, "3.2.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 |