diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-12 19:42:55 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-12 19:42:55 +0000 |
commit | 3584adcbfea1896ad72b03a7a60a70666873bd35 (patch) | |
tree | 80d7177738c38241f74beaf79bfdf3beb4ca26fa /chef-utils | |
parent | ad998bac357faaf44e4ead558b636a0eb29464ba (diff) | |
download | chef-3584adcbfea1896ad72b03a7a60a70666873bd35.tar.gz |
Bump version to 16.0.291 by Chef Expeditorv16.0.291
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 c0945e572a..d361a859f7 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.290".freeze + VERSION = "16.0.291".freeze end |