summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-08 08:12:53 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-08 08:12:53 +0000
commit912a6a461e7be743431aeb22f68db11e90c5865f (patch)
tree4a1fe81aa58f1d05f64f0495fe6befe9a3d3009e /chef-config
parent6cc1a631890b2db22c0293aa3880a3bb6183d264 (diff)
downloadchef-912a6a461e7be743431aeb22f68db11e90c5865f.tar.gz
Bump version to 18.0.94 by Chef Expeditorv18.0.94
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 2219905ff3..e622f2ff20 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.93".freeze
+ VERSION = "18.0.94".freeze
end