diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-05-09 21:52:37 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2018-05-09 21:52:37 -0400 |
commit | 33eb505573170ff8bf77d6b4758c88a75bf772d8 (patch) | |
tree | ad03b0f2e13b5a34905f84057b62d590d03d262e /bootstrap | |
parent | 68cc3c55e773f7b8524b5b5587f47e478764a0ea (diff) |
bump to 3.5.3
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.5.2", filename:absname("_build/default/lib/rebar/")), + {ok, App} = rebar_app_info:new(rebar, "3.5.3", 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 |