diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-08-06 17:33:45 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-08-06 17:33:45 +0200 |
commit | b540c002e746cfb5befcee24b8244edbc51c023b (patch) | |
tree | e28522808a4ae503390cb279c65556ee7203796a /ebin | |
parent | 0b18b208e221adc8c5095a670313395615bae766 (diff) |
Fix vsn string
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index e18c400..9e0bab5 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.0.0"}, + {vsn, "2.9.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, |