diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-28 22:01:56 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-28 22:01:56 +0000 |
commit | 129a6f3982218e5eadcd33b272ba738b317bbcae (patch) | |
tree | e0deb2403f0c6c49d3efe480ec5ae789e45fef84 /chef-utils | |
parent | c08cf41a46b7b1f957c6073a73d0a1f2ccc4fce1 (diff) | |
download | chef-129a6f3982218e5eadcd33b272ba738b317bbcae.tar.gz |
Bump version to 16.0.95 by Chef Expeditorv16.0.95
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 0b9c38585d..16135ede75 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.94".freeze + VERSION = "16.0.95".freeze end |