Bump version 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/8f54965a Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/8f54965a Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/8f54965a Branch: refs/heads/master Commit: 8f54965a22c766ef285cfc47fca7397364f89c73 Parents: 0b5e370 Author: Peter Donald <[email protected]> Authored: Tue Aug 26 20:30:09 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Tue Aug 26 20:30:09 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/8f54965a/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index bf08a47..d648bd3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.4.21 (Pending) + 1.4.20 (2014-08-23) * Fixed : BUILDR-688 - Disregard package-info.java files when determining if the Javac compiler should be run or not. Submitted by Pepijn Van http://git-wip-us.apache.org/repos/asf/buildr/blob/8f54965a/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index 8868709..5b4f846 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.20'.freeze + VERSION = '1.4.21.dev'.freeze end
