summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-17 01:01:06 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-17 01:01:06 +0000
commit92a658f41fac52d9de3ae0308e567810cd9430c1 (patch)
tree473926f6c70c00b5124d0978e921653174257eaa /chef-config/lib
parent7c4c541d7ffd9d17c20caaa61e747db370d3d06e (diff)
downloadchef-92a658f41fac52d9de3ae0308e567810cd9430c1.tar.gz
Bump version to 16.10.14 by Chef Expeditorv16.10.14
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 35253c1303..963b9f4c52 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.13".freeze
+ VERSION = "16.10.14".freeze
end