summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-07 19:05:30 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-07 19:05:30 +0000
commit7681e6ee29695bfdece8f920b3b2d17723dedb2c (patch)
treeb4a23618d90fd544d4a3cebeed6fa67ba3941609 /chef-config/lib
parent36638a89a5e7a4e54814b834135ab4fff7ebd6dd (diff)
downloadchef-7681e6ee29695bfdece8f920b3b2d17723dedb2c.tar.gz
Bump version to 16.4.14 by Chef Expeditorv16.4.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 d81ee075c3..78c52c87ab 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.4.13".freeze
+ VERSION = "16.4.14".freeze
end