diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-15 19:21:39 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-15 19:21:39 +0000 |
commit | d17ed824f2e821d0e1893fd9dd3a0480b28b1aa3 (patch) | |
tree | 6bfb50d4806e5b054c2b099a384815686670fc6f /lib | |
parent | d521323c0b5710ca5ba71c8b7ca4f8790732aeef (diff) | |
download | chef-d17ed824f2e821d0e1893fd9dd3a0480b28b1aa3.tar.gz |
Bump version to 18.0.66 by Chef Expeditorv18.0.66
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 3d2e499340..aa5124f985 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.65") + VERSION = Chef::VersionString.new("18.0.66") end # |