summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-26 04:36:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-26 04:36:58 +0000
commit29f47e72a4d53d12358fc44fa0ec1ebf61f97dca (patch)
treebd385b1fb6c7aff7415e64cb2651b0d171fbef13 /chef-utils
parent79f0a604576f5c384515e72d815c30be33d0ce7a (diff)
downloadchef-29f47e72a4d53d12358fc44fa0ec1ebf61f97dca.tar.gz
Bump version to 16.2.63 by Chef Expeditorv16.2.6315.9
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 d4750dfbb0..5155a2959a 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.62".freeze
+ VERSION = "16.2.63".freeze
end