summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-02 18:14:52 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-02 18:14:52 +0000
commit7bf7b720471019ff202c3e333b13e79922b3c095 (patch)
tree85da422e5744ac92a304db811c95f7638c3512d2 /chef-utils
parent1078234c43f14a073ef10720d7d2329e1c14c5f2 (diff)
downloadchef-7bf7b720471019ff202c3e333b13e79922b3c095.tar.gz
Bump version to 16.0.101 by Chef Expeditorv16.0.101
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 d021d7da84..88ece235e9 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.100".freeze
+ VERSION = "16.0.101".freeze
end