summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-05 17:47:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-05 17:47:41 +0000
commit8ecaad367532f5add7b4fe6b14ecfc06b5d23a25 (patch)
tree54dee1c9ab4f07a716adc2edf58293ccadaf4e77 /chef-config/lib/chef-config
parent9778833fadc734492bb3e7e8ad5d8489143c55fa (diff)
downloadchef-8ecaad367532f5add7b4fe6b14ecfc06b5d23a25.tar.gz
Bump version to 17.0.187 by Chef Expeditorv17.0.187
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 44b4a99516..51d3a0df4e 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 = "17.0.186".freeze
+ VERSION = "17.0.187".freeze
end