diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-02 18:14:38 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-02 18:14:38 +0000 |
commit | 2a84adbe13744e4fda11a10c9cb8ef2691acb692 (patch) | |
tree | 075a905a304c72c7ad1b6148e99bb7e03dcddc62 /chef-config | |
parent | 289774489c98390aefa773d01a87418948adaf25 (diff) | |
download | chef-2a84adbe13744e4fda11a10c9cb8ef2691acb692.tar.gz |
Bump version to 17.0.71 by Chef Expeditorv17.0.71
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 4bb3a9e436..6229647cea 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.70".freeze + VERSION = "17.0.71".freeze end |