summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-22 00:06:10 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-22 00:06:10 +0000
commit256eda3e006627b38f429418beb4056ff772f51f (patch)
tree857bdf758801e26e73f34ebcbf6bc77979e908c2 /chef-utils
parentbfe41fe0c30f7bd3d585bf2ce5af249b5104c743 (diff)
downloadchef-256eda3e006627b38f429418beb4056ff772f51f.tar.gz
Bump version to 17.0.219 by Chef Expeditorv17.0.219
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 a281798471..d5fff71cd3 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.218"
+ VERSION = "17.0.219"
end