summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-28 21:00:53 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-28 21:00:53 +0000
commit0d300feeeb305ab0caf487311b8a9933fe7d08f5 (patch)
treebde2aa593c5456abc74f0ea619e5eb36942a1c91 /chef-utils
parent3cd3767f181c516560981dcb0bd5411ad22d85e2 (diff)
downloadchef-0d300feeeb305ab0caf487311b8a9933fe7d08f5.tar.gz
Bump version to 16.0.94 by Chef Expeditorv16.0.94
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 4d948df3b3..0b9c38585d 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.93".freeze
+ VERSION = "16.0.94".freeze
end