summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-08 20:26:03 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-08 20:26:03 +0000
commit2c15e2cebed7c9976addd61f71ba4b353409f68c (patch)
tree6bce575f1ac3c0db4081262a22f2a3d222f3efa6 /chef-config/lib
parentab60d2f3f6577a75d377e27ecae6215b1950bc1d (diff)
downloadchef-2c15e2cebed7c9976addd61f71ba4b353409f68c.tar.gz
Bump version to 16.9.17 by Chef Expeditorv16.9.17
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 cda559516a..4283c342fe 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 = "16.9.16".freeze
+ VERSION = "16.9.17".freeze
end