summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-26 23:17:41 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-26 23:17:41 +0000
commitda8c141b35db7d055f81ebf1d45134f096a0971e (patch)
tree55084d7b1efa2dda40977164216486b5381e0464 /lib/chef
parent7059ed2e847332e98de2fdba7307c61d3fa291c9 (diff)
downloadchef-da8c141b35db7d055f81ebf1d45134f096a0971e.tar.gz
Bump version to 16.0.89 by Chef Expeditorv16.0.89
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 519c097f79..929adc574d 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.88")
+ VERSION = Chef::VersionString.new("16.0.89")
end
#