diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2014-06-18 11:52:56 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2014-06-18 11:52:56 -0400 |
commit | 24ce11c3811424d7ee50d8ce59c00ceb3fc6bb2f (patch) | |
tree | 60dacc8ad0604daaf6f19ee75228a06646e8566a /ebin | |
parent | e1237caee5526b525e3345d0a61a800065bd0197 (diff) |
Bump Rebar to 2.4.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 cc9f751..0440d21 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.3.1"}, + {vsn, "2.4.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, |