Increase middleware range

This commit is contained in:
Mike Degatano 2023-03-21 14:35:23 -04:00
parent a6caccd845
commit 3646ae070e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ from ...coresys import CoreSys, CoreSysAttributes
from ..utils import api_return_error, excract_supervisor_token
_LOGGER: logging.Logger = logging.getLogger(__name__)
_CORE_VERSION: Final = AwesomeVersion("2023.3.0")
_CORE_VERSION: Final = AwesomeVersion("2023.3.4")
# fmt: off