summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-09 13:04:08 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-09 13:04:08 +0200
commit87904ceef2ecde73e6563cba10b821041382d330 (patch)
treee2996679edfa95fff2335cc830dfe802b28c42e9 /ebin/rebar.app
parente5569e6862e24d978361f078eaf6e50e7dc86bee (diff)
downloadrebar-87904ceef2ecde73e6563cba10b821041382d330.tar.gz
Fix version 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 9e0bab5..f4444a3 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -3,7 +3,7 @@
{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
- {vsn, "2.9.0"},
+ {vsn, "2.0.0"},
{modules, [ rebar,
rebar_abnfc_compiler,
rebar_app_utils,