moonraker: bump the API version

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-03-25 15:41:49 -04:00
parent 829b3b5c98
commit d74d1e7612
No known key found for this signature in database
GPG Key ID: 7027245FBBDDF59A
1 changed files with 1 additions and 1 deletions

View File

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