diff options
author | Jared Morrow <jared@basho.com> | 2014-05-13 09:01:26 -0600 |
---|---|---|
committer | Jared Morrow <jared@basho.com> | 2014-05-13 09:01:26 -0600 |
commit | 0fa0ff4f17bb180dc57147ba0bc31dde1377a899 (patch) | |
tree | 900952cbc13f485a50cc30bf4dd5ee7b341e9e86 /ebin | |
parent | 837df640872d6a5d5d75a7308126e2769d7babad (diff) |
Roll rebar version 2.3.0
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 6b4702a..817779e 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.2.0"}, + {vsn, "2.3.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, |