summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-14 17:43:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-14 17:43:15 +0000
commit1a1be364ce660aeb4dbada30aa07ffb711eedd58 (patch)
tree5cb8703b8f38037ff50c6a1cbff3447577a3263f /lib
parent6bf72ad10150205acf539d1309d644a23cc0926d (diff)
downloadchef-1a1be364ce660aeb4dbada30aa07ffb711eedd58.tar.gz
Bump version to 17.0.42 by Chef Expeditorv17.0.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 151d744ceb..ee9ee0c200 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.0.41")
+ VERSION = Chef::VersionString.new("17.0.42")
end
#