summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-09 22:02:52 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-09 22:02:52 +0000
commit11fa34a18052c10434051b274c66dce713835a58 (patch)
tree55e77ba5528900f90c960b47ab1db7bf3e950810 /chef-utils
parent54f6c5e775e5e63890c846b036f9f5d15655da1f (diff)
downloadchef-11fa34a18052c10434051b274c66dce713835a58.tar.gz
Bump version to 16.2.96 by Chef Expeditorv16.2.96
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 916bb4c057..7470d9069e 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("..", __dir__)
- VERSION = "16.2.95".freeze
+ VERSION = "16.2.96".freeze
end