summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-07 22:55:04 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-07 22:55:04 +0000
commit8dfb972e9dd8c760b453d76b5db73f1f8b96ecb0 (patch)
tree9186b4430493933a1e24dcb0d6518d27d167f027 /chef-config/lib/chef-config/version.rb
parent854b64ed4c9b14c84aa62e63e7e6d22aad1ffeaf (diff)
downloadchef-8dfb972e9dd8c760b453d76b5db73f1f8b96ecb0.tar.gz
Bump version to 16.2.85 by Chef Expeditorv16.2.85
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 f9fbe85eff..b32e78de88 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.2.84".freeze
+ VERSION = "16.2.85".freeze
end