diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-01-27 01:19:13 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-01-27 01:19:13 +0000 |
commit | 6166da5cc30581f27b0de6ae3f3051912df9ffd4 (patch) | |
tree | 4d7b606eae1d1decc8503503501ce96097bf3fce /lib | |
parent | df96f22193a05c4fb1aacabc3f9115d35edf0e52 (diff) | |
download | chef-cd3a6fcd4fa4424077a061cd14e5d0eb3452a96a.tar.gz |
Bump version to 18.1.8 by Chef Expeditorv18.1.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 034eb50854..2361dbe498 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.1.7") + VERSION = Chef::VersionString.new("18.1.8") end # |