diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-06 19:29:31 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-06 19:29:31 +0000 |
commit | 873f8592c06235e2102745de87f976c33be06709 (patch) | |
tree | e41c094eb388a0e3cee615bb2b524ecb641ace12 /chef-config | |
parent | 641f8f1ede5d026c2bc4ac7107a8a5867bea1d6d (diff) | |
download | chef-873f8592c06235e2102745de87f976c33be06709.tar.gz |
Bump version to 16.2.82 by Chef Expeditorv16.2.82
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 86eb47afa2..efb688b536 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.81".freeze + VERSION = "16.2.82".freeze end |