summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-05 21:55:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-05 21:55:12 +0000
commite60aa9eb75d3eb5ef8214039d7e47b7abe7afff1 (patch)
tree4518439d1c9f0c69fddb12a33e6a205448777814 /chef-utils
parent3ae6c24c11ec4147c2062723129677d45a5d6b8c (diff)
downloadchef-e60aa9eb75d3eb5ef8214039d7e47b7abe7afff1.tar.gz
Bump version to 16.0.51 by Chef Expeditorv16.0.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 3d32444030..3f8c60f4f6 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.50".freeze
+ VERSION = "16.0.51".freeze
end