summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-07 19:27:53 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-07 19:27:53 +0000
commitc8e7984bbe8391b0376eea95c22d7e5d7d2b3a45 (patch)
tree248e4fb8e1047dbc4f3de5d18a2905add43ece1e /chef-config
parent0e12aafb95c243597e70a64c305af6b78f7ffa1c (diff)
downloadchef-c8e7984bbe8391b0376eea95c22d7e5d7d2b3a45.tar.gz
Bump version to 17.10.17 by Chef Expeditorv17.10.17
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 23bd2f6c41..e23a119dfb 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.10.16".freeze
+ VERSION = "17.10.17".freeze
end