summaryrefslogtreecommitdiff
path: root/chef-utils
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-utils
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-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index bd9ea9e2e9..d45e107eea 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.208"
+ VERSION = "17.0.209"
end