diff options
author | Tristan Sloughter <t@crashfast.com> | 2019-04-16 08:01:12 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2019-04-16 08:16:21 -0600 |
commit | 25661c94503b829c1909593509b52a23c7c025f3 (patch) | |
tree | 74d06c32c4e60a10670742e94667c9820429c83f | |
parent | 2f7bde8cd6f7b8a7b21f6fda7a096ef31b4c1cf0 (diff) |
Bump to 3.10.0
-rwxr-xr-x | bootstrap | 2 | ||||
-rw-r--r-- | src/rebar.app.src | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ main(_) -> bootstrap_rebar3(), %% Build rebar.app from rebar.app.src - {ok, App} = rebar_app_info:new(rebar, "3.9.1", filename:absname("_build/default/lib/rebar/")), + {ok, App} = rebar_app_info:new(rebar, "3.10.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 diff --git a/src/rebar.app.src b/src/rebar.app.src index 40d953b..4089360 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "git"}, + {vsn, "3.10.0"}, {modules, []}, {registered, []}, {applications, [kernel, |