diff options
author | Jared Morrow <jared@basho.com> | 2014-05-21 14:36:12 -0600 |
---|---|---|
committer | Jared Morrow <jared@basho.com> | 2014-05-21 14:36:12 -0600 |
commit | 16eb428d6cddc5bd9663b7a515e83e5cb5ae8918 (patch) | |
tree | 6fdd94949c6627169b8b3ee767727c600fec01cd /ebin | |
parent | 93621d0d0c98035f79790ffd24beac94581b0758 (diff) |
Bump rebar version to 2.3.1
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 5d53718..29ad8cf 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.3.0"}, + {vsn, "2.3.1"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, |