moonraker: bump API Version

Addition of a  the "server.connection.identify" API warrants a bump in th
micro version.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-03-04 18:09:07 -05:00
parent 3667e0d41f
commit 052dd5e338
No known key found for this signature in database
GPG Key ID: 7027245FBBDDF59A
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if TYPE_CHECKING:
FlexCallback = Callable[..., Optional[Coroutine]]
_T = TypeVar("_T")
API_VERSION = (1, 0, 0)
API_VERSION = (1, 0, 1)
CORE_COMPONENTS = [
'dbus_manager', 'database', 'file_manager', 'klippy_apis',