diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-23 16:25:59 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-23 16:25:59 +0200 |
commit | 1fe2b7aac487b0e6fa748339ff869b4b6788308f (patch) | |
tree | 62edb4382f4980e14cea98f8cb632da823c1a248 /ebin | |
parent | e75a97ad3328413d9ddbb91c75070c038c5b7875 (diff) |
Bump major version to prepare for next release
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 f4444a3..e18c400 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.0.0"}, + {vsn, "3.0.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, |