summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-27 19:30:16 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-27 19:30:16 +0000
commitb11e402bf38df60568721740a856401a14fbe121 (patch)
tree333bf8229e6d59c5c77a53e83110e249f6cbf8ed /chef-utils
parent9a6fd595a9e3380af073b211c90b79d87020e74f (diff)
downloadchef-b11e402bf38df60568721740a856401a14fbe121.tar.gz
Bump version to 16.0.17 by Chef Expeditorv16.0.17
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 b0fd5e0768..d4c8b2cae3 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.16".freeze
+ VERSION = "16.0.17".freeze
end