summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-22 00:01:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-22 00:01:55 +0000
commitbfe41fe0c30f7bd3d585bf2ce5af249b5104c743 (patch)
tree29a2937b1a9644031d2635565bb8d41b428e93c2 /chef-config/lib
parentfcb46ec3d2b8c74ef6a39ca956fed134ef2d1c06 (diff)
downloadchef-bfe41fe0c30f7bd3d585bf2ce5af249b5104c743.tar.gz
Bump version to 17.0.218 by Chef Expeditorv17.0.218
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 bb2b9b9148..5127e5c9f3 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.217".freeze
+ VERSION = "17.0.218".freeze
end