summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 16:50:34 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 16:50:34 +0000
commitbd28207a70f951bc23f249ee1d05f11bf2207b22 (patch)
treef6ae6d2810de78455f2caccc182b861e7e9e426c /chef-utils
parent38b84c24a3f01eebf4ab043ff34dbabcfde55038 (diff)
downloadchef-bd28207a70f951bc23f249ee1d05f11bf2207b22.tar.gz
Bump version to 16.2.51 by Chef Expeditorv16.2.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 a062925367..b604da5153 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.2.50".freeze
+ VERSION = "16.2.51".freeze
end