diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2014-06-23 14:50:38 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2014-06-23 14:50:38 -0400 |
commit | 0d1ae7a4683b1e4a305eb848e70ec641984a1067 (patch) | |
tree | 1bb2b21381dfe55acde2e2b79a4ad55097f02d03 /ebin | |
parent | 0b1e6b3779024e1c4faf4b0e4b778d6d9d99a716 (diff) |
Bump to 2.5.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 0440d21..9ee54e6 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.4.0"}, + {vsn, "2.5.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, |