summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-17 01:27:07 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-17 01:27:12 +0000
commit4c1c00088cfaf1b0e75b9e82c9e6391a6d62213b (patch)
tree70125d7c0bae8eb3b1f8d79efe237ba8feddebe2 /chef-config
parent8f8edfbd1e574d851064b48c53d4d1141d8faf43 (diff)
downloadchef-4c1c00088cfaf1b0e75b9e82c9e6391a6d62213b.tar.gz
Bump version to 16.15.7 by Chef Expeditorv16.15.7
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 dba99e0afd..9a0a9b3ce8 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.6".freeze
+ VERSION = "16.15.7".freeze
end