summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-20 00:55:38 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-20 00:55:38 +0000
commit4f70bb26499a3a3d5fcc5191f0cf6f94420ca3f6 (patch)
tree516b3775fe946c8500342a426f0fbcbe1b15813c /lib/chef
parent8c6424b71912b4cf73870c11d7ee7a7b17017ffe (diff)
downloadchef-4f70bb26499a3a3d5fcc5191f0cf6f94420ca3f6.tar.gz
Bump version to 16.18.41 by Chef Expeditorv16.18.41chef-16
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 162575aafa..8d0788f884 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("16.18.40")
+ VERSION = Chef::VersionString.new("16.18.41")
end
#