diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-12-18 15:12:35 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-12-18 15:12:35 -0700 |
commit | 739f24d8f52694aeb25944f0eb12cd59d647a74e (patch) | |
tree | 557b1d145038a03769de631515ce9c9f61b9263d /ebin | |
parent | e8058e746279f64121aa1ce0626cdd375a60d5cc (diff) |
Bumping to 2
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 294ec2b..f21b3b7 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -1,6 +1,6 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "1"}, + {vsn, "2"}, {modules, [ rebar, rebar_app_utils, rebar_config, |