summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-20 16:54:32 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-20 16:54:36 +0000
commit2e74bdafbd3a26094a671390d464644aafbd22a8 (patch)
treedbc3cc9a51b3cb5fb0ff1f0112b5a3e9c1a4f525 /chef-config
parentc6dc6eb2b63cd6206bcc2ec07784b497a9841e6b (diff)
downloadchef-2e74bdafbd3a26094a671390d464644aafbd22a8.tar.gz
Bump version to 17.0.214 by Chef Expeditorv17.0.214
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 892f529039..6edc994d6e 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.213".freeze
+ VERSION = "17.0.214".freeze
end