summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-21 04:26:40 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-21 04:26:40 +0000
commit529a36c63ca8fdc1d58b02b4faa86a4e89e5b738 (patch)
tree482aa16423596b614b1af0a422bcdfcbbc018950 /lib/chef
parent101635c5d51c7bfb17f714974be7a8f855ed0c41 (diff)
downloadchef-529a36c63ca8fdc1d58b02b4faa86a4e89e5b738.tar.gz
Bump version to 16.5.2 by Chef Expeditorv16.5.2
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 3d0f7eed5a..cfede9a424 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("..", __dir__)
- VERSION = Chef::VersionString.new("16.5.1")
+ VERSION = Chef::VersionString.new("16.5.2")
end
#