summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-27 17:39:27 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-27 17:39:27 +0000
commita1a4b61b84620b9f1771886bf9fa43a9ca1e935d (patch)
treecc21b65564d0434ef15469f97038daa23e12bf36 /chef-utils
parenta1a58fbbb6bbcf106c8960c04240d68d42f7fbe9 (diff)
downloadchef-a1a4b61b84620b9f1771886bf9fa43a9ca1e935d.tar.gz
Bump version to 16.0.250 by Chef Expeditorv16.0.250
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 4452bc0019..801c26d936 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.249".freeze
+ VERSION = "16.0.250".freeze
end