summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 02:06:20 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 02:06:20 +0000
commitec3cc7358cfadf02b6fff4f31634a8c2f81af803 (patch)
tree05f53286ad0bef17f78a2959e75a18f453e9feb8 /chef-utils
parentc206c0062eaa59c19028108c34ef521b972527ed (diff)
downloadchef-ec3cc7358cfadf02b6fff4f31634a8c2f81af803.tar.gz
Bump version to 16.5.38 by Chef Expeditorv16.5.38
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 61b399c7c2..6764b08676 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("..", __dir__)
- VERSION = "16.5.37".freeze
+ VERSION = "16.5.38".freeze
end