summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-27 20:55:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-27 20:55:58 +0000
commit498799b08b1d2dcf2a4d4002d3d2e00707afd6d2 (patch)
treec77fc49761adab9cb4faebd00079670aeddaa6d6 /chef-utils
parentf32b2b69a7cd63ae60537529d6a7e4c883c6f993 (diff)
downloadchef-498799b08b1d2dcf2a4d4002d3d2e00707afd6d2.tar.gz
Bump version to 16.0.254 by Chef Expeditorv16.0.254
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 535951308d..bf63a526d0 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.253".freeze
+ VERSION = "16.0.254".freeze
end