summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-28 14:52:29 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-28 14:52:29 +0000
commit32d94dffcf69712023d8f3922b3b9f3a3d732f3a (patch)
tree9d911150fff38b4a8241c3f32915bcc42b0b7ed4 /chef-config
parent04176014cf05bd2d0a3670f519ad6d6598eaf533 (diff)
downloadchef-32d94dffcf69712023d8f3922b3b9f3a3d732f3a.tar.gz
Bump version to 18.0.187 by Chef Expeditorv18.0.187
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 1ca40b1199..a31f2508dc 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.186".freeze
+ VERSION = "18.0.187".freeze
end