summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-24 03:16:30 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-24 03:16:30 +0000
commitbd6d9f206d213cd70d1266f5670c29bbf977e73b (patch)
tree208ad2db4416bf03d4f2555bda2b099f1d851399 /chef-utils
parent58620a5dff88b21a61a2d29764d7ba42dc2ab093 (diff)
downloadchef-bd6d9f206d213cd70d1266f5670c29bbf977e73b.tar.gz
Bump version to 16.0.14 by Chef Expeditorv16.0.14
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 074232ba16..df8c0c8234 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.13".freeze
+ VERSION = "16.0.14".freeze
end