summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-27 18:25:54 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-27 18:25:54 +0000
commit78a7f44304b443e980d0b791671efd00dec38e5c (patch)
treee487846e81f3687dfa2ab61dc76d4991b6667f8a /chef-utils
parent83a99eac530983d2933792579f6873da20b7a262 (diff)
downloadchef-78a7f44304b443e980d0b791671efd00dec38e5c.tar.gz
Bump version to 16.0.251 by Chef Expeditorv16.0.251
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 801c26d936..aca9dee383 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.250".freeze
+ VERSION = "16.0.251".freeze
end