diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-18 17:23:09 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-18 17:23:09 +0000 |
commit | c6f2d2720d712e912bad5735be324605642131f3 (patch) | |
tree | 616161a369281f61ba8dff39e4c4d57fd79db84b /chef-utils | |
parent | 392c9a9741a9170ae33aeba519a345415d54f440 (diff) | |
download | chef-c6f2d2720d712e912bad5735be324605642131f3.tar.gz |
Bump version to 16.0.226 by Chef Expeditorv16.0.226
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 e819bb1449..7d6534a33d 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.225".freeze + VERSION = "16.0.226".freeze end |