summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 20:10:38 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 20:10:38 +0000
commit9894e49919e40798b6830720110fe99166b969bf (patch)
treec47860167c357e970f77a5990eeac06d9f9a69c4 /lib/chef
parent93d766602e1e08e6f9a2d6dec3759424ebf58e97 (diff)
downloadchef-9894e49919e40798b6830720110fe99166b969bf.tar.gz
Bump version to 18.0.120 by Chef Expeditorv18.0.120
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d3bce29ff0..ce79005199 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.119")
+ VERSION = Chef::VersionString.new("18.0.120")
end
#