summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 00:14:07 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 00:14:07 +0000
commit9c5bf17b89582e77fa0d66e315ec7c2beb8b1163 (patch)
treec4673f281f1e62c298f9420c3b231ddc52c585f1 /chef-config
parentc87d9db56635a578da2b6b9e1b5b62d1373cc0c2 (diff)
downloadchef-9c5bf17b89582e77fa0d66e315ec7c2beb8b1163.tar.gz
Bump version to 16.3.64 by Chef Expeditorv16.3.64
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 bff3474fb3..9bcb7dfd34 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.63".freeze
+ VERSION = "16.3.64".freeze
end