summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-17 01:09:07 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-17 01:09:07 +0000
commit297dd425acf8147e6a55a8a53e68944341e28e3f (patch)
treec19d66184298e62f059d309437d0649d60cd0377 /chef-config/lib
parentb096b9f6d3834e3b4093e510000ceacc5a46d69a (diff)
downloadchef-297dd425acf8147e6a55a8a53e68944341e28e3f.tar.gz
Bump version to 16.15.3 by Chef Expeditorv16.15.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 dd8562c0e2..41e872a6d2 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 = "16.15.2".freeze
+ VERSION = "16.15.3".freeze
end