summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-28 00:05:51 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-28 00:05:51 +0000
commit848b234a33155030427a80f36d4a415edc0e8cf0 (patch)
tree5930ec0584d3d40389dc539a1e02ae30a2c4c903 /chef-bin
parent75da723e0c332fff67b0ea511d61762e53269188 (diff)
downloadchef-848b234a33155030427a80f36d4a415edc0e8cf0.tar.gz
Bump version to 16.3.42 by Chef Expeditorv16.3.42
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 449b2d7822..66703f0994 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.41".freeze
+ VERSION = "16.3.42".freeze
end
#