summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-08-30 19:12:22 +0000
committerChef Expeditor <chef-ci@chef.io>2022-08-30 19:12:22 +0000
commit65e2d57afd116b8e0dc34d617c1ed276b569a597 (patch)
treec39762171ccdc09619047dd0da477eedec4f5829 /lib/chef/version.rb
parent85d98f962ab1ea5ee4f1462e9fec21f856ba667e (diff)
downloadchef-65e2d57afd116b8e0dc34d617c1ed276b569a597.tar.gz
Bump version to 18.0.142 by Chef Expeditorv18.0.142
Obvious fix; these changes are the result of automation not creative thinking.
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 8bae4c3fa8..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.141")
+ VERSION = Chef::VersionString.new("18.0.142")
end
#