From 36a727691ea93d1f5fe8cf267fae5dd92516a9f0 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 27 Feb 2020 18:20:10 +0000 Subject: Bump version to 16.0.90 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef') diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 929adc574d..295bd0a147 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.89") + VERSION = Chef::VersionString.new("16.0.90") end # -- cgit v1.2.1