diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-22 23:40:09 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-22 23:40:09 +0000 |
commit | e11cecb5aab587eb6dc4599daa76824bc819bde5 (patch) | |
tree | 39b1442434d9b72e2dc0b88abc9a400ae28adc62 /chef-utils | |
parent | 586350be92002e2a05cd6080f894dd30124675d2 (diff) | |
download | chef-e11cecb5aab587eb6dc4599daa76824bc819bde5.tar.gz |
Bump version to 16.3.25 by Chef Expeditorv16.3.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 1a64fea831..647beca759 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("..", __dir__) - VERSION = "16.3.24".freeze + VERSION = "16.3.25".freeze end |