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/1d702886 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/1d702886 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/1d702886 Branch: refs/heads/master Commit: 1d702886bf4828d5546d66cb6cb8a8504cc04587 Parents: 5639bbb Author: Peter Donald <[email protected]> Authored: Fri Jun 12 23:09:54 2015 +1000 Committer: Peter Donald <[email protected]> Committed: Fri Jun 12 23:09:54 2015 +1000 ---------------------------------------------------------------------- lib/buildr/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/1d702886/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index adba152..4b63d8d 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.23.dev'.freeze + VERSION = '1.4.23'.freeze end
