summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 3eaf1723a2..5d8e42cb55 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.2.97")
+ VERSION = Chef::VersionString.new("16.2.98")
end
#