From df06b868f97c1e4f43a68b237dde48d24e170b1f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Sep 2023 14:21:47 +0200 Subject: [PATCH] Fix current stable release version (#28898) --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 54b78b8de3a..6d5e197cf17 100644 --- a/_config.yml +++ b/_config.yml @@ -110,8 +110,8 @@ social: # Home Assistant release details current_major_version: 2023 current_minor_version: 9 -current_patch_version: 1 -date_released: 2023-09-08 +current_patch_version: 2 +date_released: 2023-09-12 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it.