Bump the version for next development phase
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/349d8bc8 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/349d8bc8 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/349d8bc8 Branch: refs/heads/master Commit: 349d8bc890b8cbaa600134cf9d76af612054b0dd Parents: 9eb427b Author: Peter Donald <[email protected]> Authored: Wed May 28 07:22:19 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Wed May 28 07:22:19 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/349d8bc8/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 2a7ac26..835d118 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.4.18 (Pending) + 1.4.17 (2014-05-25) * Added: Add the add_default_testng_configuration method to help IDEA project creation. Improves test coverage across 'default' http://git-wip-us.apache.org/repos/asf/buildr/blob/349d8bc8/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index f70025e..a43d326 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.17'.freeze + VERSION = '1.4.18.dev'.freeze end
