summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-04 21:38:09 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-04 21:38:09 +0000
commit4b7a0b8e02598b6ef6c2c9dbef53561a06d24be6 (patch)
tree47398045d42d6beb6c0ca1237a7ff246948f6901 /chef-config/lib
parent4fef40edebd8d77f0222605f7c46350464a0206c (diff)
downloadchef-4b7a0b8e02598b6ef6c2c9dbef53561a06d24be6.tar.gz
Bump version to 16.10.7 by Chef Expeditorv16.10.7
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 2e1606730c..2fe2271786 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.10.6".freeze
+ VERSION = "16.10.7".freeze
end