summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-15 20:32:03 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-15 20:32:03 +0000
commit0ffe471ddddee9a2660340ea905a6767f7c25528 (patch)
treea4eafb2e3672831d9cd368fe9629b425e8b23bbb /lib
parent3ed293d2b90a7b48a0fb4a92ead67779c02ab868 (diff)
downloadchef-0ffe471ddddee9a2660340ea905a6767f7c25528.tar.gz
Bump version to 18.0.41 by Chef Expeditorv18.0.41
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 336627ce3b..9d963ddea1 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.40")
+ VERSION = Chef::VersionString.new("18.0.41")
end
#