summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-10 19:53:42 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-10 19:53:42 +0000
commit6d124738ec0bce0f5865efc7b43c90044cec38e8 (patch)
tree1600ffe899b43c4075192465f4d914bfd8f7ba8f /chef-config
parent2c91a519cd41fa6f28998620173f4e08730f8a6c (diff)
downloadchef-6d124738ec0bce0f5865efc7b43c90044cec38e8.tar.gz
Bump version to 16.10.27 by Chef Expeditorv16.10.27
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 6d55554376..b22255d642 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.26".freeze
+ VERSION = "16.10.27".freeze
end