summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2018-05-09 21:52:37 -0400
committerFred Hebert <mononcqc@ferd.ca>2018-05-09 21:52:37 -0400
commit33eb505573170ff8bf77d6b4758c88a75bf772d8 (patch)
treead03b0f2e13b5a34905f84057b62d590d03d262e
parent68cc3c55e773f7b8524b5b5587f47e478764a0ea (diff)
bump to 3.5.3
-rwxr-xr-xbootstrap2
-rw-r--r--src/rebar.app.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 9075aab..57940b1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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
diff --git a/src/rebar.app.src b/src/rebar.app.src
index c96f65c..cc5a0c9 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.5.3"},
{modules, []},
{registered, []},
{applications, [kernel,