diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-31 18:42:20 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-31 18:42:20 +0000 |
commit | 3dfb81307cebd0d0987dd1daab3024c34b628539 (patch) | |
tree | b4c1f36a0e67f9fa3711166f09ed51dcb176afb5 /chef-config/lib | |
parent | 3ead9846a0fb8a697d70961f83fd8fc7643d3822 (diff) | |
download | chef-3dfb81307cebd0d0987dd1daab3024c34b628539.tar.gz |
Bump version to 16.0.167 by Chef Expeditorv16.0.167
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 b9c984e05e..cffedf0497 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.166".freeze + VERSION = "16.0.167".freeze end |