summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-27 21:30:25 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-27 21:30:25 +0000
commitb07eb1ef351013754ee8f6bc40940287f2a02ef9 (patch)
tree544f5cf309686644f0c959f26a9d28d12eb08882 /chef-utils
parent81e12b0f73ad979515fcfc6c22e9a84280fd5fdd (diff)
downloadchef-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.rb2
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