2022! Happy New Year! (#60936)
This commit is contained in:
parent
ac26c2378b
commit
3471a44f92
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue