diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-27 21:30:25 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-27 21:30:25 +0000 |
commit | b07eb1ef351013754ee8f6bc40940287f2a02ef9 (patch) | |
tree | 544f5cf309686644f0c959f26a9d28d12eb08882 /chef-utils | |
parent | 81e12b0f73ad979515fcfc6c22e9a84280fd5fdd (diff) | |
download | chef-b07eb1ef351013754ee8f6bc40940287f2a02ef9.tar.gz |
Bump version to 16.0.19 by Chef Expeditorv16.0.19
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 b507e03666..6bceda2ef2 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.18".freeze + VERSION = "16.0.19".freeze end |