2.0.0b32 (#687)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 28 May 2023 16:02:27 +0000 (18:02 +0200)
committerGitHub <noreply@github.com>
Sun, 28 May 2023 16:02:27 +0000 (18:02 +0200)
music_assistant/constants.py

index 24156bce0284a9fb96081f4d04b8bb28483719d4..7762c263321a93f2312425f958783191bf934499 100755 (executable)
@@ -3,7 +3,7 @@
 import pathlib
 from typing import Final
 
-__version__: Final[str] = "2.0.0b31"
+__version__: Final[str] = "2.0.0b32"
 
 VERSION: Final[int] = __version__
 SCHEMA_VERSION: Final[int] = 22