summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-21 03:09:33 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-21 03:09:33 +0000
commitcb6ee920847d91b8c6cd8e7cb210b8a4fc730e69 (patch)
treeeb01913fb19e715965c5538483d34c55717afa14 /lib/chef
parent6af5259cbe7b857583aaa2aaa3e19d53eaa1773b (diff)
downloadchef-cb6ee920847d91b8c6cd8e7cb210b8a4fc730e69.tar.gz
Bump version to 16.5.66 by Chef Expeditorv16.5.66
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 c9f1ed62c1..1c44c67c93 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.65")
+ VERSION = Chef::VersionString.new("16.5.66")
end
#