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 | |
parent | 0b1e6b3779024e1c4faf4b0e4b778d6d9d99a716 (diff) |
Bump to 2.5.0
-rw-r--r-- | RELEASE-NOTES.md | 4 | ||||
-rw-r--r-- | ebin/rebar.app | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0a81b97..8441e75 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +# Rebar 2.5.0 + +* Reverted rebar/281: [Move include/rebar.hrl to src/rebar.hrl](https://github.com/rebar/rebar/pull/281) as it broke backwards compatibility + # Rebar 2.4.0 * rebar/52: [Slim release support](https://github.com/rebar/rebar/pull/52) 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, |