diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2012-11-12 08:19:44 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2012-11-12 08:19:44 -0700 |
commit | ebb474b7593527969a8ce7d43b42f00e4498c391 (patch) | |
tree | 07060ec600ae6690f3a364c1ef0a40465ef72f6e /ebin | |
parent | 9d42b72bcc3594e10c259a172f5c54aa56673d05 (diff) |
Bumping to 2.1.0-pre
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..8df929f 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, "2.1.0-pre"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, |