2.0.0b26
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 4 Apr 2023 23:38:05 +0000 (01:38 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 4 Apr 2023 23:38:05 +0000 (01:38 +0200)
music_assistant/constants.py

index ad4be3c2ee5a33c7752cf04c4fb026b250582058..08c82c0c9601d2ae8e29d026de66c0a1eb8231d3 100755 (executable)
@@ -3,7 +3,7 @@
 import pathlib
 from typing import Final
 
-__version__: Final[str] = "2.0.0b25"
+__version__: Final[str] = "2.0.0b26"
 
 SCHEMA_VERSION: Final[int] = 22