diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-05 08:39:46 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-05 08:39:46 +0000 |
commit | e7eb8fe34f1245b030711a1af79e7b642a366dfb (patch) | |
tree | b378077fc9cd29a51d1c8f4e7811fdc9eafef10a /chef-utils | |
parent | a57130ec2ef86825c6eaed8927dff87788219220 (diff) | |
download | chef-e7eb8fe34f1245b030711a1af79e7b642a366dfb.tar.gz |
Bump version to 16.7.25 by Chef Expeditorv16.7.25
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 e3099fe49b..82008b822c 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.7.24" + VERSION = "16.7.25" end |