summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-28 22:19:21 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-28 22:19:21 +0000
commit56a6308c7dd78a8b378c1b1e645efd996bf4e0b1 (patch)
tree6d43a025bd21e49d0db1fc4de6f8d0314cca7d8b /chef-utils/lib
parentd2c252b18ba7f8157fbda9393858dba1f160ef5e (diff)
downloadchef-56a6308c7dd78a8b378c1b1e645efd996bf4e0b1.tar.gz
Bump version to 16.0.96 by Chef Expeditorv16.0.96
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 16135ede75..1848068bf1 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.95".freeze
+ VERSION = "16.0.96".freeze
end