diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-20 04:55:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-20 04:55:22 +0000 |
commit | 5528bc658301f1b0e5ed54a2ae9617c436a1ae5e (patch) | |
tree | 66c7ae4b4f4a9101071d1ff07282db5f2e257ca8 /chef-utils | |
parent | 9d3367dc2d80116f7737cc3a11b9bccba15583c1 (diff) | |
download | chef-5528bc658301f1b0e5ed54a2ae9617c436a1ae5e.tar.gz |
Bump version to 16.9.25 by Chef Expeditorv16.9.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 4604d7efcd..b09fbad323 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.9.24" + VERSION = "16.9.25" end |