summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-16 15:11:57 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-16 15:11:57 +0000
commit9487e653687ebad83912f2965ca37758d8f80eb0 (patch)
treee4e8dc8132ddf0e69b4a321df1ee0f87a9e24fc4 /lib
parentfdc73d7ebd0dcbe754e1b4ccd70a5be00864f3fc (diff)
downloadchef-9487e653687ebad83912f2965ca37758d8f80eb0.tar.gz
Bump version to 18.0.42 by Chef Expeditorv18.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 9d963ddea1..9cae381b64 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("18.0.41")
+ VERSION = Chef::VersionString.new("18.0.42")
end
#