summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-07 01:41:03 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-07 01:41:03 +0000
commitd764ddf8422af8cc892a0921ec9baf4404ab8c85 (patch)
treed23266b43697b20e78325551e7accf89d73179a3 /chef-utils
parent740396debdde52176a91c6a78d949f7f345ef69e (diff)
downloadchef-d764ddf8422af8cc892a0921ec9baf4404ab8c85.tar.gz
Bump version to 16.0.282 by Chef Expeditorv16.0.282
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 c699ff8be5..d753add460 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.281".freeze
+ VERSION = "16.0.282".freeze
end