summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-24 17:56:16 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-24 17:56:16 +0000
commit081e9cb360291f95d6a3c5c75090c7355f5d9365 (patch)
tree008acf1ac415e5546ade7d3a7eaf3e1db9999cfe /lib
parentaeab9f73d40ab4894061f74a78b6e88919e907f0 (diff)
downloadchef-081e9cb360291f95d6a3c5c75090c7355f5d9365.tar.gz
Bump version to 18.0.122 by Chef Expeditorv18.0.122
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 28b4c202b0..608d074905 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.121")
+ VERSION = Chef::VersionString.new("18.0.122")
end
#