summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-31 04:35:46 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-31 04:35:46 +0000
commita0675c3219636a442c3d303cebfcd9e28ea2ebd9 (patch)
tree01707c27769b33fd50156e8ca5487e477315fea8 /chef-utils
parentf86b1197dc0451c0a485ebaba4c1a0d576dee2e4 (diff)
downloadchef-a0675c3219636a442c3d303cebfcd9e28ea2ebd9.tar.gz
Bump version to 16.3.51 by Chef Expeditorv16.3.51
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 8504b79e5b..ad0a22571d 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.3.50".freeze
+ VERSION = "16.3.51".freeze
end