summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-06 23:36:05 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-06 23:36:05 +0000
commite06da5038493f4677e9e85275a164e8a1e285796 (patch)
treee2057a6d7690c0b70739ee12537f8a92ff072c64 /lib/chef
parent58d894afb0f2fc11ccc044f40995f903b9af0b73 (diff)
downloadchef-e06da5038493f4677e9e85275a164e8a1e285796.tar.gz
Bump version to 16.0.188 by Chef Expeditorv16.0.188
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f9154cad8c..fdf30d8a87 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.187")
+ VERSION = Chef::VersionString.new("16.0.188")
end
#