diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-23 22:42:38 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-23 22:42:38 +0000 |
commit | 984b43786e32ebed1a0e0f78ae51870aa4ecc215 (patch) | |
tree | 7008b5e681a922548cd347abc38c702717fab1e4 /chef-utils | |
parent | b18822961fe84ef6ed540f54e11f1fc8aeee88c1 (diff) | |
download | chef-984b43786e32ebed1a0e0f78ae51870aa4ecc215.tar.gz |
Bump version to 16.0.152 by Chef Expeditorv16.0.152
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index ce2ce80032..f394601e04 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.151".freeze + VERSION = "16.0.152".freeze end |