summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-08 01:52:33 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-08 01:52:33 +0000
commit345da31ab9ac61d88bd06eca058f26ed5cbbd633 (patch)
tree3cffa4c25c684f27506be1e88c1d36c02bb9e84c /chef-utils
parenta8c2790f32fc023c2ec2da218c4f3d8856896a22 (diff)
downloadchef-345da31ab9ac61d88bd06eca058f26ed5cbbd633.tar.gz
Bump version to 16.0.288 by Chef Expeditorv16.0.288
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 c2e842fca2..bf5331b006 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.287".freeze
+ VERSION = "16.0.288".freeze
end