summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-20 08:30:28 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-20 08:30:28 +0000
commit42cc29ead838081d22acb9f32bafa3ee79394320 (patch)
tree494c0c07bf1f8f66e7719112e420a68bcaabc6cb /chef-config
parent182dfa6cc72c1c4e8be612e4dc918f5d0a5cc632 (diff)
downloadchef-42cc29ead838081d22acb9f32bafa3ee79394320.tar.gz
Bump version to 16.3.14 by Chef Expeditorv16.3.14
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 b6680538a7..7fb5910613 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.3.13".freeze
+ VERSION = "16.3.14".freeze
end