diff options
author | Tristan Sloughter <t@crashfast.com> | 2019-08-21 09:33:38 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2019-08-21 09:33:38 -0600 |
commit | 6cf8f2633d1e9e2d1f4c61ab450b57390da8cf66 (patch) | |
tree | c4687fcedd657c29936a16b92e6a75fce355bb71 /bootstrap | |
parent | 2db55cea71e88832bf34fa835e7cf964083e0d02 (diff) |
Bump to 3.12.0
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ main(_) -> bootstrap_rebar3(), %% Build rebar.app from rebar.app.src - {ok, App} = rebar_app_info:new(rebar, "3.11.1", filename:absname("_build/default/lib/rebar/")), + {ok, App} = rebar_app_info:new(rebar, "3.12.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 |