summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-16 15:40:26 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-16 15:40:26 +0000
commit78f2aee5392ec60e53bff3ea0ae7973049759deb (patch)
tree960f1a98aa87f1ba0a88d7d36b1998572f61c91f /lib
parent9e3cacc6c27a5fcd977cc294999912fb632cf51f (diff)
downloadchef-78f2aee5392ec60e53bff3ea0ae7973049759deb.tar.gz
Bump version to 18.0.43 by Chef Expeditorv18.0.43
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 9cae381b64..12471e69e4 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.42")
+ VERSION = Chef::VersionString.new("18.0.43")
end
#