summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-17 21:54:43 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-17 21:54:43 +0000
commit14f6f6f10e6fe9b7376e4b29eff5a010db3a84bc (patch)
tree40545ff13094602338a58c8f79fc1fab1547070f /chef-config/lib
parentbf73de4df6e1789e4832bf5174406227034fe0a3 (diff)
downloadchef-14f6f6f10e6fe9b7376e4b29eff5a010db3a84bc.tar.gz
Bump version to 17.0.209 by Chef Expeditorv17.0.209
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 871a2f4693..593b8f51ae 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.208".freeze
+ VERSION = "17.0.209".freeze
end