summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-09 03:16:02 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-09 03:16:02 +0000
commit590831eae3826420a80f9df8843d40663fd879de (patch)
tree569cb8e64d80b62912c8024cdbc09a66c9416771 /chef-utils/lib
parentda232bdf15d718a76818b0c809cc7ec530ea3c48 (diff)
downloadchef-590831eae3826420a80f9df8843d40663fd879de.tar.gz
Bump version to 16.0.196 by Chef Expeditorv16.0.196
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 72cd520b53..66d4f9d680 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.195".freeze
+ VERSION = "16.0.196".freeze
end