Bump the 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/330f01f9 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/330f01f9 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/330f01f9 Branch: refs/heads/master Commit: 330f01f9a05854141f4484bf04c8190afd2d466a Parents: bcdce9b Author: Peter Donald <[email protected]> Authored: Mon Jun 30 07:25:24 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Mon Jun 30 07:25:24 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/330f01f9/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 5ef3898..dc26fdc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.4.19 (Pending) + 1.4.18 (2014-06-24) * Fixed: BUILDR-699 - Update the custom_pom addon to avoid failure when used with zip packages. http://git-wip-us.apache.org/repos/asf/buildr/blob/330f01f9/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index 3823295..817e09b 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.18'.freeze + VERSION = '1.4.19.dev'.freeze end
