summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-12 03:04:41 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-12 03:04:41 +0000
commite5e0f8f399e2a52ace04702225d327a56db5438c (patch)
tree1b31b676108b6d96bd87b322a44ff602e2565fc5 /chef-utils/lib/chef-utils
parent772f503948c91143797719daa93c4a5e9ed23b00 (diff)
downloadchef-e5e0f8f399e2a52ace04702225d327a56db5438c.tar.gz
Bump version to 16.0.131 by Chef Expeditorv16.0.131
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 a276a32c01..925024818d 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.130".freeze
+ VERSION = "16.0.131".freeze
end