summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-08 01:33:05 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-08 01:33:05 +0000
commit06829558322f87473d108a5b3994f00711cb426d (patch)
treeea688034b450dc5fab4755a88fe31058338469db /chef-utils
parent6c562ea3a291ce5f0896953910f4f42f8cda8971 (diff)
downloadchef-06829558322f87473d108a5b3994f00711cb426d.tar.gz
Bump version to 16.2.88 by Chef Expeditorv16.2.88
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 26a7f6c1c3..685abb6154 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("..", __dir__)
- VERSION = "16.2.87".freeze
+ VERSION = "16.2.88".freeze
end