diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-27 15:42:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-27 15:42:52 +0000 |
commit | 07b389068a4941c3d2a98a5ed4109e5caae28a31 (patch) | |
tree | 2222c6fe3308b424b35a69713450cea633c41d68 /chef-config | |
parent | e01f865a30e28f78bf3929ccee43655e8096f6e6 (diff) | |
download | chef-07b389068a4941c3d2a98a5ed4109e5caae28a31.tar.gz |
Bump version to 17.0.62 by Chef Expeditorv17.0.62
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 ffba422de5..7f14b41177 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.61".freeze + VERSION = "17.0.62".freeze end |