summaryrefslogtreecommitdiff
path: root/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 /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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 9e76f66923..3a17a19b83 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("17.4.41")
+ VERSION = Chef::VersionString.new("17.4.42")
end
#