summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-26 21:51:42 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-26 21:51:42 +0000
commit42b88ccc0d01d6f4d1a1a5a0c34dbcdbc58e512c (patch)
tree1ba797a297ee8c5d0265646ac338036fb57c69da /chef-utils
parent2a7a35a22073d86ef830767f08e431b906eba328 (diff)
downloadchef-42b88ccc0d01d6f4d1a1a5a0c34dbcdbc58e512c.tar.gz
Bump version to 16.5.19 by Chef Expeditorv16.5.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 7c18aeb9a7..b63c78c8d1 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("..", __dir__)
- VERSION = "16.5.18".freeze
+ VERSION = "16.5.19".freeze
end