Prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/d909f498 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/d909f498 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/d909f498 Branch: refs/heads/master Commit: d909f498159c6d5a3a5187b46b447acd867b2b72 Parents: e8d82d9 Author: Peter Donald <[email protected]> Authored: Tue Jun 16 07:31:44 2015 +1000 Committer: Peter Donald <[email protected]> Committed: Tue Jun 16 07:31:44 2015 +1000 ---------------------------------------------------------------------- CHANGELOG | 2 ++ lib/buildr/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/d909f498/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index fd5f8bf..cefaced 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.4.24 (Pending) + 1.4.23 (2015-06-12) * Change: BUILDR-706 - Update the checkstyle addon use checkstyle 6.6. Submitted by Dieter Vrancken. http://git-wip-us.apache.org/repos/asf/buildr/blob/d909f498/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index 4b63d8d..d9384cc 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.23'.freeze + VERSION = '1.4.24.dev'.freeze end
