summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-26 03:25:57 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-26 03:25:57 +0000
commit3fc86487916b7130fa6cd563c0cc263160c31ec2 (patch)
tree5ec8a6e0900bafb1c6536335f91da8f6bd491f0b /chef-config
parent21f3c9886558a161ab42b2e75058ce7fe598007c (diff)
downloadchef-3fc86487916b7130fa6cd563c0cc263160c31ec2.tar.gz
Bump version to 16.2.62 by Chef Expeditorv16.2.62
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 e0e86698fd..ec4012926e 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("../..", __FILE__)
- VERSION = "16.2.61".freeze
+ VERSION = "16.2.62".freeze
end