diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-06-14 19:42:32 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-06-14 19:42:34 +0000 |
commit | 86320e00745c9f0203bef71f12cc807a92323938 (patch) | |
tree | 858247f23578e548d91899bf28c7bbc3c05af559 /lib/chef/version.rb | |
parent | 675350f6d876d0ab5aac31470edb4c7fbe8dc8db (diff) | |
download | chef-86320e00745c9f0203bef71f12cc807a92323938.tar.gz |
Bump version to 18.0.117 by Chef Expeditorv18.0.117
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 dd8937860e..3600a4de90 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.116") + VERSION = Chef::VersionString.new("18.0.117") end # |