summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-13 21:19:39 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-13 21:19:39 +0000
commit5b33f4142280f1796f56768372927047e4ea45af (patch)
treeaee42cf080fb36345daa92ce4fc680741a421ec2 /chef-config
parentfcaa8546f0c2fdf84365369f66faac20641bab40 (diff)
downloadchef-5b33f4142280f1796f56768372927047e4ea45af.tar.gz
Bump version to 16.6.12 by Chef Expeditorv16.6.12
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 c770aa0237..35cbb4e2ba 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.6.11".freeze
+ VERSION = "16.6.12".freeze
end