diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-25 21:33:38 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-25 21:33:38 +0000 |
commit | 372ce32577b49a499638a58d4f38ffbaab7640aa (patch) | |
tree | 9c9a5593bad4cbe70d27c0b601e1dae9341da193 /chef-config | |
parent | a9cd3999e2358057108ff4613addccf5a6ab50f1 (diff) | |
download | chef-372ce32577b49a499638a58d4f38ffbaab7640aa.tar.gz |
Bump version to 16.0.82 by Chef Expeditorv16.0.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 0083e13c60..bff42d1f15 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.81".freeze + VERSION = "16.0.82".freeze end |