summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 01:50:21 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 01:50:21 +0000
commitb390d87f3710afb466ce7a80510af0bebb64052f (patch)
tree06ba9cc0163dbcf463110f797c615b6a191f0857 /chef-config
parentd2bd360225589e7824951d491ccdbbe03cc52919 (diff)
downloadchef-b390d87f3710afb466ce7a80510af0bebb64052f.tar.gz
Bump version to 16.4.0 by Chef Expeditorv16.4.0
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 192eb02a19..80c5605c17 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.65".freeze
+ VERSION = "16.4.0".freeze
end