summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-28 15:14:29 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-28 15:14:33 +0000
commit719f37ca9fa7e98a8c1986875f0a3bd6d706ec2b (patch)
tree983d3736138c75efc234c3bc8eb7a97fd6e589e6 /chef-bin
parent24032c082e4390c346a7167846aac6f2eb7ae195 (diff)
downloadchef-719f37ca9fa7e98a8c1986875f0a3bd6d706ec2b.tar.gz
Bump version to 16.17.41 by Chef Expeditorv16.17.41
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-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 1b3f038c4f..a31e7d88ff 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.17.40".freeze
+ VERSION = "16.17.41".freeze
end
#