summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-24 02:35:21 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-24 02:35:21 +0000
commitdf6798367341e3f2ef0610192d68db9e25a1aa94 (patch)
tree36b05ba58d9f716e0a2f7241bf8601fa905f0165 /chef-config/lib
parent6115070c3096ddb2e8fafc6b94454cd5bfa21499 (diff)
downloadchef-df6798367341e3f2ef0610192d68db9e25a1aa94.tar.gz
Bump version to 17.0.166 by Chef Expeditorv17.0.166
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 5287b8b73e..9d9d7ddd5b 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 = "17.0.165".freeze
+ VERSION = "17.0.166".freeze
end