From 3e94077830214651fffe11713331e55e0cfe7d77 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Mon, 19 Apr 2021 14:13:50 +0200 Subject: [PATCH] Fix the current version on the front page (#17521) --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1d69008c614..20b000bd944 100644 --- a/_config.yml +++ b/_config.yml @@ -106,8 +106,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 4 -current_patch_version: 4 -date_released: 2021-04-13 +current_patch_version: 5 +date_released: 2021-04-16 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it.