Repository: buildr Updated Branches: refs/heads/master dd2271cfa -> 1cda4834e
Update 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/d9ed5572 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/d9ed5572 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/d9ed5572 Branch: refs/heads/master Commit: d9ed55721e1215f715c65e9c2ba1392dd8170d22 Parents: dd2271c Author: Peter Donald <[email protected]> Authored: Sat Feb 28 20:37:55 2015 +1100 Committer: Peter Donald <[email protected]> Committed: Sat Feb 28 20:37:55 2015 +1100 ---------------------------------------------------------------------- lib/buildr/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/d9ed5572/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index afbba13..dd42e3e 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.22.dev'.freeze + VERSION = '1.4.22'.freeze end
