diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-05 21:55:12 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-05 21:55:12 +0000 |
commit | e60aa9eb75d3eb5ef8214039d7e47b7abe7afff1 (patch) | |
tree | 4518439d1c9f0c69fddb12a33e6a205448777814 /chef-utils | |
parent | 3ae6c24c11ec4147c2062723129677d45a5d6b8c (diff) | |
download | chef-e60aa9eb75d3eb5ef8214039d7e47b7abe7afff1.tar.gz |
Bump version to 16.0.51 by Chef Expeditorv16.0.51
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 3d32444030..3f8c60f4f6 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.50".freeze + VERSION = "16.0.51".freeze end |