summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-13 04:16:02 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-13 04:16:04 +0000
commit5a9f64b83e4605ee4d23190a3afcf08b000e3da1 (patch)
tree0fd246d4644d9ebad3ba85d6b8f62a57048926fd /chef-config
parentaf2ad70594a3ca9898e3689f30111beefe638067 (diff)
downloadchef-5a9f64b83e4605ee4d23190a3afcf08b000e3da1.tar.gz
Bump version to 16.0.65 by Chef Expeditorv16.0.65
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 789e6c50ff..be7aa35c9c 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("../..", __FILE__)
- VERSION = "16.0.64".freeze
+ VERSION = "16.0.65".freeze
end