From d7a15aa9e6d12d22610a3859f1b26eba75c5ff7f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 25 Oct 2022 14:54:49 +0200 Subject: [PATCH] Fix incorrect latest stable version shown (#24692) --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 8b6e53e7dca..8e5f9d63c88 100644 --- a/_config.yml +++ b/_config.yml @@ -107,8 +107,8 @@ social: # Home Assistant release details current_major_version: 2022 current_minor_version: 10 -current_patch_version: 4 -date_released: 2022-10-14 +current_patch_version: 5 +date_released: 2022-10-20 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it.