Update 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/db1d4b77 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/db1d4b77 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/db1d4b77 Branch: refs/heads/master Commit: db1d4b7772aab7853118c2e7ca811e55772c7b20 Parents: f43cf74 Author: Peter Donald <[email protected]> Authored: Sun May 25 07:14:31 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Sun May 25 07:14:31 2014 +1000 ---------------------------------------------------------------------- lib/buildr/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/db1d4b77/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index beb5c3b..f70025e 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.17.dev'.freeze + VERSION = '1.4.17'.freeze end
