summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-19 16:29:49 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-19 16:29:49 +0000
commit9b2e44c823737332ce646d1cb1b43d7d1de28486 (patch)
treef34f7890c06b9b726977f6e9c65a807180fa36c5 /lib/chef/version.rb
parent9cce6c08e7c48b2e2c18558279a41bc368014ad3 (diff)
downloadchef-9b2e44c823737332ce646d1cb1b43d7d1de28486.tar.gz
Bump version to 18.0.145 by Chef Expeditorv18.0.145
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 69ed8c0242..1b66ea9213 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.144")
+ VERSION = Chef::VersionString.new("18.0.145")
end
#