summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-06 17:33:45 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-06 17:33:45 +0200
commitb540c002e746cfb5befcee24b8244edbc51c023b (patch)
treee28522808a4ae503390cb279c65556ee7203796a /ebin/rebar.app
parent0b18b208e221adc8c5095a670313395615bae766 (diff)
downloadrebar-b540c002e746cfb5befcee24b8244edbc51c023b.tar.gz
Fix vsn string
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app2
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,