summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-28 15:19:59 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-28 15:19:59 +0000
commitf951b507ff5cb41b4876867bd167364a666f5d0d (patch)
tree1a921cb3549d51d4c4d3598060758cb333fdaff2 /chef-bin
parent3021ad66f812f3d1b70c5ab3916dcf72541d97af (diff)
downloadchef-f951b507ff5cb41b4876867bd167364a666f5d0d.tar.gz
Bump version to 17.9.41 by Chef Expeditorv17.9.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 24fb06b2c1..478dd40d98 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 = "17.9.40".freeze
+ VERSION = "17.9.41".freeze
end
#