summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r--src/rebar.app.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src
index 63cca9c..f753784 100644
--- a/src/rebar.app.src
+++ b/src/rebar.app.src
@@ -3,7 +3,7 @@
{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
- {vsn, "3.0.0-alpha-4"},
+ {vsn, "3.0.0-alpha-5"},
{modules, []},
{registered, []},
{applications, [kernel,
@@ -37,7 +37,6 @@
rebar_prv_dialyzer,
rebar_prv_do,
rebar_prv_edoc,
- rebar_prv_erlydtl_compiler,
rebar_prv_escriptize,
rebar_prv_eunit,
rebar_prv_help,
@@ -49,6 +48,7 @@
rebar_prv_report,
rebar_prv_shell,
rebar_prv_tar,
+ rebar_prv_unlock,
rebar_prv_update,
rebar_prv_upgrade,
rebar_prv_version,