Repository: buildr Updated Branches: refs/heads/master 28e2305b3 -> d7eaaf588
Bump the version in preparation for release Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/04263f81 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/04263f81 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/04263f81 Branch: refs/heads/master Commit: 04263f813356a315f6c90f66bdf1f063d65ae2dd Parents: 28e2305 Author: Peter Donald <[email protected]> Authored: Fri Nov 28 20:03:18 2014 +1100 Committer: Peter Donald <[email protected]> Committed: Fri Nov 28 20:03:18 2014 +1100 ---------------------------------------------------------------------- lib/buildr/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/04263f81/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index 5b4f846..8a22668 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.21.dev'.freeze + VERSION = '1.4.21'.freeze end
