summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-25 12:35:06 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-25 12:35:06 +0000
commitd3d32598e8e568e1a7296445c149adf1edb4d726 (patch)
tree9c7cad7b9e50ff31f3ee7b0e30401961a1d9f6bc /chef-config
parent1f88f6205034201367399f699e34b0d5e8fbbbf9 (diff)
downloadchef-d3d32598e8e568e1a7296445c149adf1edb4d726.tar.gz
Bump version to 18.2.16 by Chef Expeditorv18.2.16
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 1c0442d9e5..f24ccafd52 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.2.15".freeze
+ VERSION = "18.2.16".freeze
end