diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-27 22:24:58 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-27 22:24:59 +0000 |
commit | e3acd000ac4b51962f75a7240f55854371732410 (patch) | |
tree | 0c0a38bd6393ca3b2520d0d3c1279e8f8e93d17d /chef-utils | |
parent | fa497f980cc0716ae323a0c348480b70ae6cb057 (diff) | |
download | chef-e3acd000ac4b51962f75a7240f55854371732410.tar.gz |
Bump version to 16.0.20 by Chef Expeditorv16.0.20
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 6bceda2ef2..ee35044752 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.19".freeze + VERSION = "16.0.20".freeze end |