summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-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 39b220be7a..d2709f2ce6 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.96")
+ VERSION = Chef::VersionString.new("16.0.97")
end
#