diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-04 20:45:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-04 20:45:43 +0000 |
commit | e4508e60e75ccd14f809878ed10a692e9d9ed002 (patch) | |
tree | 241665bee97d86ddab5d12181bdcfcb471f2a1db /lib | |
parent | 495873a950c4793b1a4e907fb973044097285b4f (diff) | |
download | chef-e4508e60e75ccd14f809878ed10a692e9d9ed002.tar.gz |
Bump version to 16.9.8 by Chef Expeditorv16.9.8
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index b85d42a0e9..d640498dbd 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.9.7") + VERSION = Chef::VersionString.new("16.9.8") end # |