diff options
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r-- | ebin/rebar.app | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 6b4702a..5d53718 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.2.0"}, + {vsn, "2.3.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, @@ -93,7 +93,7 @@ ]}, {recursive_cmds, [ 'check-deps', - 'compile', + compile, 'delete-deps', 'get-deps', 'list-deps', |