diff options
author | Jared Morrow <jared@basho.com> | 2014-02-05 15:01:51 -0700 |
---|---|---|
committer | Jared Morrow <jared@basho.com> | 2014-02-05 15:01:51 -0700 |
commit | cf3f2098e435203541659ce53f91b0a5dac72ba4 (patch) | |
tree | 4eef85ef382d73c8093e769f370e2b0f1fd4b4be /ebin | |
parent | af91604053a7761d80dabd208120b87ad860fe2b (diff) |
Bump rebar to 2.2.0 and add proper release notes
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 c2f3ef7..8e239e9 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.1.0"}, + {vsn, "2.2.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, |