summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-28 00:02:54 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-28 00:02:57 +0000
commit75da723e0c332fff67b0ea511d61762e53269188 (patch)
treec3e84e34cc604ae1f1d4eb5ce2b6e9ea96767481 /chef-bin
parent1f392d82aacbd604a3eb2cd151d52583ea1d8a27 (diff)
downloadchef-75da723e0c332fff67b0ea511d61762e53269188.tar.gz
Bump version to 16.3.41 by Chef Expeditorv16.3.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 3907ac3aea..449b2d7822 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.3.40".freeze
+ VERSION = "16.3.41".freeze
end
#