diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-28 23:17:01 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-28 23:17:01 +0000 |
commit | 7fa565737fb3cc984ad686266bbe3fec30312510 (patch) | |
tree | 476fe417e2b1677d0940e8822aee281b12ceffe9 /chef-utils | |
parent | 41f649f14e200b5197f9046a11705d13c0610da0 (diff) | |
download | chef-7fa565737fb3cc984ad686266bbe3fec30312510.tar.gz |
Bump version to 16.0.97 by Chef Expeditorv16.0.97
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 1848068bf1..f0475cf834 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.96".freeze + VERSION = "16.0.97".freeze end |