diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-11 23:07:25 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-11 23:07:25 +0000 |
commit | af9437fa889b0dc08be3078a8a216d850acd0e77 (patch) | |
tree | 28a9945d8bf33f48078c76387c61ea5831648347 /chef-utils | |
parent | 3f67665d521a7d42e389680b2c7a7883314bfad4 (diff) | |
download | chef-af9437fa889b0dc08be3078a8a216d850acd0e77.tar.gz |
Bump version to 16.0.130 by Chef Expeditorv16.0.130
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 ba366fada8..a276a32c01 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.129".freeze + VERSION = "16.0.130".freeze end |