summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-28 23:17:01 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-28 23:17:01 +0000
commit7fa565737fb3cc984ad686266bbe3fec30312510 (patch)
tree476fe417e2b1677d0940e8822aee281b12ceffe9 /chef-utils
parent41f649f14e200b5197f9046a11705d13c0610da0 (diff)
downloadchef-7fa565737fb3cc984ad686266bbe3fec30312510.tar.gz
Bump version to 16.0.97 by Chef Expeditorv16.0.97
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 1848068bf1..f0475cf834 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.96".freeze
+ VERSION = "16.0.97".freeze
end