summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-28 17:28:01 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-28 17:28:01 +0000
commit2cecbde09828446f2906fa436a881ef536035ddc (patch)
tree486011a1efd5e8456206af7a9e4159fcb35fd174 /lib
parent3baf3e59fb14f70531828cd199919ca05ee08e21 (diff)
downloadchef-2cecbde09828446f2906fa436a881ef536035ddc.tar.gz
Bump version to 18.0.153 by Chef Expeditorv18.0.153
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 a9c8d3bd80..60976d7104 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.152")
+ VERSION = Chef::VersionString.new("18.0.153")
end
#