summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-13 00:14:01 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-13 00:14:01 +0000
commit647ee8611d3bb34815c30399885f6864dac40098 (patch)
tree48b53e6d0dbc216642775724df7769f0534256ab /chef-config/lib
parentca5f62fb08eb393941b14ac1ead1831ca264d151 (diff)
downloadchef-647ee8611d3bb34815c30399885f6864dac40098.tar.gz
Bump version to 16.13.27 by Chef Expeditorv16.13.27
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 bb9804d39b..582bcca1a2 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.13.26".freeze
+ VERSION = "16.13.27".freeze
end