summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-19 05:33:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-19 05:33:11 +0000
commita7fb52e1453e11efdbfa7ec922414b8fd6181c99 (patch)
tree5b88cbe63c9483ff095cd0452c6a8341006b5f52 /chef-config/lib
parent9365fa99d0e526855fc3b2b615e4a999a966d3a5 (diff)
downloadchef-a7fb52e1453e11efdbfa7ec922414b8fd6181c99.tar.gz
Bump version to 17.0.210 by Chef Expeditorv17.0.210
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 593b8f51ae..f0a2f924a8 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.209".freeze
+ VERSION = "17.0.210".freeze
end