summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-19 21:06:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-19 21:06:17 +0000
commit74fa45ff6dda37f3484a1ec6c4fa9f9d3746ed4d (patch)
tree2b9169b7a7ab905c57f8d441e72b6afe23bf9b02 /chef-bin
parent0a545f0a41a14a63a1e7a2495368fa1d2d845c09 (diff)
downloadchef-74fa45ff6dda37f3484a1ec6c4fa9f9d3746ed4d.tar.gz
Bump version to 17.3.42 by Chef Expeditorv17.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 6a22e758a8..1c07c879bc 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.3.41".freeze
+ VERSION = "17.3.42".freeze
end
#