summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-18 17:20:56 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-18 17:20:57 +0000
commitb9ec6d726aab252f605166c9bc0ad6a77b99a0c5 (patch)
treeb603e5e3b7047647c8dbe6aed5bb71412d31b3e5 /chef-utils
parente759631f5bd0f913dd19c34c68ba170387a1f6c5 (diff)
downloadchef-b9ec6d726aab252f605166c9bc0ad6a77b99a0c5.tar.gz
Bump version to 16.0.224 by Chef Expeditorv16.0.224
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 e7a802f627..f2630967ac 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.223".freeze
+ VERSION = "16.0.224".freeze
end