summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-14 21:49:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-14 21:49:22 +0000
commit46441540faff2e875c1553deb4c6bb63258d8c97 (patch)
treedc3fb437a60574c18c8fd89c8137722146ad95eb /chef-config/lib/chef-config/version.rb
parentbf10f44b64991acc73881dd6716a42ab458212f6 (diff)
downloadchef-46441540faff2e875c1553deb4c6bb63258d8c97.tar.gz
Bump version to 17.0.205 by Chef Expeditorv17.0.205
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 20fa259246..9b13560744 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.204".freeze
+ VERSION = "17.0.205".freeze
end