summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-08-31 02:58:41 -0700
committerGitHub <noreply@github.com>2022-08-31 02:58:41 -0700
commit6aceb4b788845378e286cfaf90e0641ddedea2f8 (patch)
treefa08763216c4d44676eef1c63ba71130ba026077 /lib/chef/version.rb
parent4feba0045b312de61a27ed620a8d6bb04e3126a1 (diff)
parent65e2d57afd116b8e0dc34d617c1ed276b569a597 (diff)
downloadchef-tp/ruby_revert_to_ruby31.tar.gz
Merge branch 'main' into tp/ruby_revert_to_ruby31tp/ruby_revert_to_ruby31
Diffstat (limited to 'lib/chef/version.rb')
-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 724b801442..a95964f938 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.135")
+ VERSION = Chef::VersionString.new("18.0.142")
end
#