summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
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 /chef-bin/lib/chef-bin/version.rb
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 'chef-bin/lib/chef-bin/version.rb')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 0e848b04d4..58325b8cf9 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.18.40".freeze
+ VERSION = "16.18.41".freeze
end
#