summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 18:25:16 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 18:25:16 +0000
commit95e7189162584f3d131a8ca6d0889539808ad3ab (patch)
tree409a9b6225c0a2e17a3315d1b36dacd8fc1f8987 /chef-config
parent6f0a3cd9656f2c68ef6c8369d23538058394c11b (diff)
downloadchef-95e7189162584f3d131a8ca6d0889539808ad3ab.tar.gz
Bump version to 18.0.113 by Chef Expeditorv18.0.113
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 3006bb0655..c34f6ec815 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.112".freeze
+ VERSION = "18.0.113".freeze
end