summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-10 21:47:31 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-10 21:47:31 +0000
commit8fe1efd502e85454c3e0319646d89583d6f17b38 (patch)
tree0a958073645c4212721b24a15b5a980790ba00bb /chef-utils/lib/chef-utils
parentc0b2391a2cb0be442971d597f9e2bda413f927d6 (diff)
downloadchef-8fe1efd502e85454c3e0319646d89583d6f17b38.tar.gz
Bump version to 16.2.98 by Chef Expeditorv16.2.98
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 9ea5089619..b8a09cccf4 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.97".freeze
+ VERSION = "16.2.98".freeze
end