diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-07 19:55:53 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-07 19:55:53 +0000 |
commit | 76c424a5f7912cd6765493e6b6f017b9a33a6108 (patch) | |
tree | 0ea8ffa0f6ca7a3a766aa30c5870ffd7ca82d5df /chef-config | |
parent | 00c097c01d94595654d3c1c153326f99580119a2 (diff) | |
download | chef-76c424a5f7912cd6765493e6b6f017b9a33a6108.tar.gz |
Bump version to 17.0.82 by Chef Expeditorv17.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 8414f1c0a5..0613d6fea4 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("..", __dir__) - VERSION = "17.0.81".freeze + VERSION = "17.0.82".freeze end |