summaryrefslogtreecommitdiff
path: root/chef-config
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 /chef-config
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 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 0d081e6407..1eec056b24 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.0.72".freeze
+ VERSION = "18.0.73".freeze
end