summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-09 18:21:46 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-09 18:21:46 +0000
commit1584bde92cba8151a5a850bef8c4ed9a92c798b6 (patch)
treebb6e67f765168c14ebfcd217deefed686a7e5a77 /chef-config
parentf8c7ecbf7b9cbc49c3994a5b19336ca802c4c51e (diff)
downloadchef-1584bde92cba8151a5a850bef8c4ed9a92c798b6.tar.gz
Bump version to 15.6.6 by Chef Expeditorv15.6.6
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 cdb362672a..60ea4cf56d 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("../..", __FILE__)
- VERSION = "15.6.5".freeze
+ VERSION = "15.6.6".freeze
end