diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-18 20:15:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-18 20:15:18 +0000 |
commit | 390080c22347a61609a8c8214983a58124b8eb54 (patch) | |
tree | 240de3b0f60b4425e4beaa7023b7ac68adc146ba /lib | |
parent | a53c26be47d69ddeba38588f2269b147240d3cf5 (diff) | |
download | chef-390080c22347a61609a8c8214983a58124b8eb54.tar.gz |
Bump version to 18.0.8 by Chef Expeditorv18.0.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 eba3118b1a..0edbcb17fc 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("18.0.7") + VERSION = Chef::VersionString.new("18.0.8") end # |