summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-21 21:51:22 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-21 21:51:22 +0000
commit5e43eabbf068e4cafae8b7e71421e10c86bef70b (patch)
treed3a634c5b04cdc90f1d17edd9fdaac3f62474a45 /chef-config
parentc4baace3788b7cf788e82971ff0b5fc6e44a8a01 (diff)
downloadchef-5e43eabbf068e4cafae8b7e71421e10c86bef70b.tar.gz
Bump version to 18.0.47 by Chef Expeditorv18.0.47
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 3f3ab4d33c..4512eeeca0 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.46".freeze
+ VERSION = "18.0.47".freeze
end