diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-25 01:42:48 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-25 01:42:48 +0000 |
commit | 74d0628a1c1fbb6c378dcce80343e830fff9d230 (patch) | |
tree | 32886cf94a36bc772c98634243fa4eca45fa880f /chef-utils | |
parent | 529d043140f9e3654607f2c73e55583b24715c24 (diff) | |
download | chef-74d0628a1c1fbb6c378dcce80343e830fff9d230.tar.gz |
Bump version to 16.0.157 by Chef Expeditorv16.0.157
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 2c4add84a8..c8147d20a5 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.156".freeze + VERSION = "16.0.157".freeze end |