summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-24 00:12:41 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-24 00:12:41 +0000
commit5c475240f9fb93d70fbc27803c845cb43d223105 (patch)
tree346a0243fc7636dd5a3067a4b287515c7efd519d /lib
parent013175bb754d7825a373ce877b5abfcb67dc08c2 (diff)
downloadchef-5c475240f9fb93d70fbc27803c845cb43d223105.tar.gz
Bump version to 18.0.73 by Chef Expeditorv18.0.73
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 f27cd11d2a..14ac6da18d 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.72")
+ VERSION = Chef::VersionString.new("18.0.73")
end
#