summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-15 19:21:39 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-15 19:21:39 +0000
commitd17ed824f2e821d0e1893fd9dd3a0480b28b1aa3 (patch)
tree6bfb50d4806e5b054c2b099a384815686670fc6f /chef-config
parentd521323c0b5710ca5ba71c8b7ca4f8790732aeef (diff)
downloadchef-d17ed824f2e821d0e1893fd9dd3a0480b28b1aa3.tar.gz
Bump version to 18.0.66 by Chef Expeditorv18.0.66
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 532274ba55..ee02c0633b 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.0.65".freeze
+ VERSION = "18.0.66".freeze
end