From 0d1ae7a4683b1e4a305eb848e70ec641984a1067 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Mon, 23 Jun 2014 14:50:38 -0400 Subject: [PATCH] Bump to 2.5.0 --- RELEASE-NOTES.md | 4 ++++ ebin/rebar.app | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0a81b9749..8441e757d 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 0440d2143..9ee54e6b1 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,