summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-16 16:42:18 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-16 16:42:18 +0000
commit1d7a668841a51f6d46544205d126b83b8d4bdb27 (patch)
tree41f6b7a1949b32d9d3a99e1807c76f270a85eb40 /chef-utils/lib/chef-utils
parentbb93b4a218947db25a5607b6f65d4e24879eaef5 (diff)
downloadchef-1d7a668841a51f6d46544205d126b83b8d4bdb27.tar.gz
Bump version to 16.2.38 by Chef Expeditorv16.2.38
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 1a7b93d049..87023a1917 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.2.37".freeze
+ VERSION = "16.2.38".freeze
end