summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-10 01:26:40 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-10 01:26:40 +0000
commit4ef700e7a1543e73eca792c11b823c0c56f5b581 (patch)
tree74e3e273793c5855a78496d799c7df650a318a5f /chef-config
parentd4ef805b1a9094356421756585f8a6dfa1ad991a (diff)
downloadchef-4ef700e7a1543e73eca792c11b823c0c56f5b581.tar.gz
Bump version to 15.6.10 by Chef Expeditorv15.6.10
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 3590aa91a5..71377c09fa 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.9".freeze
+ VERSION = "15.6.10".freeze
end