summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 01:47:28 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 01:47:33 +0000
commitd2bd360225589e7824951d491ccdbbe03cc52919 (patch)
treeef9b6424520e23d5fe915b53adeb8b429f51a051 /chef-config/lib/chef-config/version.rb
parenteaa8f924bbe2d1c2c9f4d1073bca7d2fa8a15140 (diff)
downloadchef-d2bd360225589e7824951d491ccdbbe03cc52919.tar.gz
Bump version to 16.3.65 by Chef Expeditorv16.3.65
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 9bcb7dfd34..192eb02a19 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.64".freeze
+ VERSION = "16.3.65".freeze
end