diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-24 02:48:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-24 02:48:29 +0000 |
commit | e104dec834934eeb23458733baf5787434f5ea06 (patch) | |
tree | bc563d49a0a1a24a5b9fb8acbc4ae8d88df13060 /chef-config | |
parent | 718ad0a76dcedc81b81ba9de8dcef98c08fff56f (diff) | |
download | chef-e104dec834934eeb23458733baf5787434f5ea06.tar.gz |
Bump version to 17.0.167 by Chef Expeditorv17.0.167
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 9d9d7ddd5b..dc55767935 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.166".freeze + VERSION = "17.0.167".freeze end |