summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 00:03:59 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 00:03:59 +0000
commit93ba95d8b656c9baf35b4709abff06bc809c9be6 (patch)
tree49d16a98af36f8664db9d90c90cb98aa7f0b6ddb /chef-config/lib
parent9e4d46d23742ad3f1a74bc451fe2608acb150c82 (diff)
downloadchef-93ba95d8b656c9baf35b4709abff06bc809c9be6.tar.gz
Bump version to 16.3.62 by Chef Expeditorv16.3.62
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index c256ec0f80..c4244c28c3 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.3.61".freeze
+ VERSION = "16.3.62".freeze
end