summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-12 01:38:05 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-12 01:38:05 +0000
commita734171a38e3381814572715966dd772caf19c0e (patch)
treeec280abe154c47dc240db9bcf01f225c860ce81c /chef-utils
parent45ba1ed17a33da986480aa1adad26f8cfdfe1869 (diff)
downloadchef-a734171a38e3381814572715966dd772caf19c0e.tar.gz
Bump version to 16.7.38 by Chef Expeditorv16.7.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 4006d7c19f..33b080bddd 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.7.37"
+ VERSION = "16.7.38"
end