summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-26 04:31:47 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-26 04:31:47 +0000
commit59959ba8678d5fbfc8e612c3b994e8b799c393f3 (patch)
tree2f3aff6259cc538536d2bf94c8ec04fe204d1da4 /chef-utils/lib/chef-utils/version.rb
parent886f89268857de38a9baa346b0bbd03d4958885a (diff)
downloadchef-59959ba8678d5fbfc8e612c3b994e8b799c393f3.tar.gz
Bump version to 16.7.62 by Chef Expeditorv16.7.62
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 0576fc0625..278c1da75a 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.61"
+ VERSION = "16.7.62"
end