summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-28 19:43:26 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-28 19:43:26 +0000
commit74a6738537f9437271de3b647f3d2ccba9ac9be3 (patch)
treecfdcab7c56ec81416de001dce84dfecc2b70720a /lib
parent4a9d1eb754c5922b70b69f90a05a1862612d52d7 (diff)
downloadchef-74a6738537f9437271de3b647f3d2ccba9ac9be3.tar.gz
Bump version to 18.0.126 by Chef Expeditorv18.0.126
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 d09fbdc3f7..fd464d0485 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.125")
+ VERSION = Chef::VersionString.new("18.0.126")
end
#