summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 02:03:13 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 02:03:16 +0000
commitc206c0062eaa59c19028108c34ef521b972527ed (patch)
treedce180178c2a1d282d27baa6334c71271170fc88 /chef-utils
parent80b2115913042a65ceceff72cd5ab3faa7bdc7f4 (diff)
downloadchef-c206c0062eaa59c19028108c34ef521b972527ed.tar.gz
Bump version to 16.5.37 by Chef Expeditorv16.5.37
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 9d8a7b0bc3..61b399c7c2 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.36".freeze
+ VERSION = "16.5.37".freeze
end