summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-23 16:33:39 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-23 16:33:39 +0000
commit5757b0fed55fb79b2421ea781cb599c382f634cb (patch)
treed45a59fabc29ff733b4ba7c32388cb0a396b3bab /lib/chef/version.rb
parentbafc0d70511919a736bba31c7a5fe94ae1f30741 (diff)
downloadchef-5757b0fed55fb79b2421ea781cb599c382f634cb.tar.gz
Bump version to 18.0.151 by Chef Expeditorv18.0.151
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 4af42cd8f5..e8bef4e897 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.150")
+ VERSION = Chef::VersionString.new("18.0.151")
end
#