diff --git a/_config.yml b/_config.yml index ae52f220238..348d7464ba4 100644 --- a/_config.yml +++ b/_config.yml @@ -140,11 +140,14 @@ social: # Home Assistant release details current_major_version: 0 -current_minor_version: 44 -current_patch_version: 2 -date_released: 2017-05-08 +current_minor_version: 45 +current_patch_version: 0 +date_released: 2017-05-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. -# Example #release-0431---april-25 -patch_version_notes: "#release-0442---may-8" +# Major release: +patch_version_notes: "#" +# Minor release (Example #release-0431---april-25): +#patch_version_notes: "#release-0451---may-X" +