Browse Source

Fix version string

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
87904ceef2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ebin/rebar.app

+ 1
- 1
ebin/rebar.app View File

@ -3,7 +3,7 @@
{application, rebar, {application, rebar,
[{description, "Rebar: Erlang Build Tool"}, [{description, "Rebar: Erlang Build Tool"},
{vsn, "2.9.0"},
{vsn, "2.0.0"},
{modules, [ rebar, {modules, [ rebar,
rebar_abnfc_compiler, rebar_abnfc_compiler,
rebar_app_utils, rebar_app_utils,

Loading…
Cancel
Save