From 9641a31240287a3dabb84d301a168f906312a849 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 30 Oct 2019 23:15:40 +0100 Subject: [PATCH] Update site config to match 0.101 release version --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index f236e7727ea..9dd6542d0d9 100644 --- a/_config.yml +++ b/_config.yml @@ -100,9 +100,9 @@ social: # Home Assistant release details current_major_version: 0 -current_minor_version: 100 -current_patch_version: 3 -date_released: 2019-10-21 +current_minor_version: 101 +current_patch_version: 0 +date_released: 2019-10-30 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it.