Bump version in preparation for next development cycle
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/301f229c Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/301f229c Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/301f229c Branch: refs/heads/master Commit: 301f229cc0428a4cabac18b59e9638eab3cea736 Parents: 6f51135 Author: Peter Donald <[email protected]> Authored: Mon May 5 20:29:11 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Mon May 5 20:29:11 2014 +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/301f229c/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 2357b26..2e652e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.4.17 (Pending) + 1.4.16 (2014-05-03) * Added: Add the ability to generate a html report when using the jacoco addon. Extracted from the ode project. http://git-wip-us.apache.org/repos/asf/buildr/blob/301f229c/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index f7a5f9a..beb5c3b 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.16'.freeze + VERSION = '1.4.17.dev'.freeze end
