summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-18 17:44:45 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-18 17:44:45 +0000
commitc9414338729decf217c8bfc37b1d405619c44331 (patch)
tree0bbd999453a9fe8d1f089ee4395a2cbbb87b52e8 /chef-config/lib
parent4e88f05635ad97cca520a41fc5a837624c91c0ab (diff)
downloadchef-c9414338729decf217c8bfc37b1d405619c44331.tar.gz
Bump version to 16.0.66 by Chef Expeditorv16.0.66
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 be7aa35c9c..a8c4f24664 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("../..", __FILE__)
- VERSION = "16.0.65".freeze
+ VERSION = "16.0.66".freeze
end