diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-07 22:55:04 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-07 22:55:04 +0000 |
commit | 8dfb972e9dd8c760b453d76b5db73f1f8b96ecb0 (patch) | |
tree | 9186b4430493933a1e24dcb0d6518d27d167f027 /chef-config | |
parent | 854b64ed4c9b14c84aa62e63e7e6d22aad1ffeaf (diff) | |
download | chef-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')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
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 |