Bump version to 205

This commit is contained in:
Pascal Vizeli 2020-02-29 00:31:21 +01:00 committed by GitHub
parent 7a1aba6f81
commit d3a21303d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from enum import Enum
from ipaddress import ip_network
from pathlib import Path
SUPERVISOR_VERSION = "204"
SUPERVISOR_VERSION = "205"
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"