summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-18 00:56:10 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-18 00:56:10 +0000
commit387d57d198234827bc7364d276743881915933a0 (patch)
treeca04afdaba39fc899f258e604faf41260ebfee65 /chef-utils/lib
parent7be570b28e346bc332fbb3f89bde80fe6fa5598d (diff)
downloadchef-387d57d198234827bc7364d276743881915933a0.tar.gz
Bump version to 16.0.222 by Chef Expeditorv16.0.222
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 041894843a..b1cc088062 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.221".freeze
+ VERSION = "16.0.222".freeze
end