Prepare for next development version
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/8141d9f2 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/8141d9f2 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/8141d9f2 Branch: refs/heads/master Commit: 8141d9f252b05c5fe95bfb95f6494b6a0571b10d Parents: 0141405 Author: Peter Donald <[email protected]> Authored: Sat Dec 6 06:50:21 2014 +1100 Committer: Peter Donald <[email protected]> Committed: Sat Dec 6 06:50:21 2014 +1100 ---------------------------------------------------------------------- CHANGELOG | 2 ++ lib/buildr/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/8141d9f2/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 42aa8ce..f8447fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.4.22 (Pending) + 1.4.21 (2014-11-28) * Change: Upgrade atoulme-Antwrap to 0.7.5 to remove deprecation warnings in modern JRuby. Suggested by Pepijn Van Eeckhoudt. http://git-wip-us.apache.org/repos/asf/buildr/blob/8141d9f2/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index 8a22668..afbba13 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.21'.freeze + VERSION = '1.4.22.dev'.freeze end
