summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-12 01:12:33 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-12 01:12:36 +0000
commite2c1f68c41957a680c35892fa4b50c6bb4332173 (patch)
treeeedd9bf12ea04eeafc544472907ad8ffbbf21570 /chef-utils/lib/chef-utils/version.rb
parentd919b75ab7b67726cd7f28817d77f4a26b0de303 (diff)
downloadchef-e2c1f68c41957a680c35892fa4b50c6bb4332173.tar.gz
Bump version to 16.7.37 by Chef Expeditorv16.7.37
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 8f3d84b1ca..4006d7c19f 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.36"
+ VERSION = "16.7.37"
end