浏览代码

Bump to 3.7.3

pull/1955/head
Fred Hebert 6 年前
父节点
当前提交
0192c7439c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bootstrap

+ 1
- 1
bootstrap 查看文件

@ -27,7 +27,7 @@ main(_) ->
bootstrap_rebar3(),
%% Build rebar.app from rebar.app.src
{ok, App} = rebar_app_info:new(rebar, "3.7.2", filename:absname("_build/default/lib/rebar/")),
{ok, App} = rebar_app_info:new(rebar, "3.7.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

正在加载...
取消
保存