summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-28 00:51:15 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-28 00:51:15 +0000
commitb9b3f95a4e1e9e4f941112f0dfff9502e68a78be (patch)
tree2c94a28b26bf9aed7b2ca9a7a506895185870ecf /chef-utils
parent8a47d92a77c34b80c531fc8426c2f11064a68397 (diff)
downloadchef-b9b3f95a4e1e9e4f941112f0dfff9502e68a78be.tar.gz
Bump version to 16.0.91 by Chef Expeditorv16.0.91
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 89c8f32126..3106efe8b1 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.90".freeze
+ VERSION = "16.0.91".freeze
end