mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
2022! Happy New Year! (#60936)
This commit is contained in:
parent
ac26c2378b
commit
3471a44f92
@ -5,8 +5,8 @@ from typing import Final
|
||||
|
||||
from homeassistant.backports.enum import StrEnum
|
||||
|
||||
MAJOR_VERSION: Final = 2021
|
||||
MINOR_VERSION: Final = 12
|
||||
MAJOR_VERSION: Final = 2022
|
||||
MINOR_VERSION: Final = 1
|
||||
PATCH_VERSION: Final = "0.dev0"
|
||||
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
|
||||
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user