diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-04 15:31:05 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-04 15:31:05 +0000 |
commit | 4f0f2c18953a97ca56c0a21b9e1161bcd3a6ca8d (patch) | |
tree | 9bb5ca4b96da4cb694a8cee593788e836c8101c6 /chef-config/lib | |
parent | d9b7a7f93e0a6a5c6e587d7b1bf4fbb0689858ac (diff) | |
download | chef-4f0f2c18953a97ca56c0a21b9e1161bcd3a6ca8d.tar.gz |
Bump version to 16.0.181 by Chef Expeditorv16.0.181
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 df19ba37e2..b5374ec7a9 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.180".freeze + VERSION = "16.0.181".freeze end |