summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-21 17:30:52 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-21 17:30:52 +0000
commitc061eea9995d8ea676dc5fd24fda16e068ed50a3 (patch)
treeb7e6bb5e899638e590eb1d40ebcfb25a88c741a4 /lib
parent803af14184219282d36bc6229868fca5f1cb2970 (diff)
downloadchef-c061eea9995d8ea676dc5fd24fda16e068ed50a3.tar.gz
Bump version to 18.0.121 by Chef Expeditorv18.0.121
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 ce79005199..28b4c202b0 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.120")
+ VERSION = Chef::VersionString.new("18.0.121")
end
#