summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-01 21:55:45 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-01 21:55:45 +0000
commit54c82c1b5b760c5d41bbe938ac01c445c72a885c (patch)
tree8198a81491e83f2d4ea614706e5d3b13067ee0cb /chef-bin/lib
parent81d20f08621a1f415d19ad36e4c02f3e41290609 (diff)
downloadchef-54c82c1b5b760c5d41bbe938ac01c445c72a885c.tar.gz
Bump version to 17.4.42 by Chef Expeditorv17.4.42
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 b8d6d38d63..80214f13a3 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.4.41".freeze
+ VERSION = "17.4.42".freeze
end
#