summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-07 17:23:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-07 17:23:51 +0000
commiteea36125a10f2853c6a556114e73de6a629bb8c0 (patch)
tree74c628f6c01fa9e2b0fab13956a8e33e98b10f0e /chef-utils
parentc2156f0cc9c374223cf7282cebf951929243d6f8 (diff)
downloadchef-eea36125a10f2853c6a556114e73de6a629bb8c0.tar.gz
Bump version to 17.2.22 by Chef Expeditorv17.2.22
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 54f0deca97..7994e22a84 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.2.21"
+ VERSION = "17.2.22"
end