moonraker: bump API version to 1.2.0
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
198bff6aba
commit
f9086181b8
|
@ -45,7 +45,7 @@ if TYPE_CHECKING:
|
|||
FlexCallback = Callable[..., Optional[Coroutine]]
|
||||
_T = TypeVar("_T")
|
||||
|
||||
API_VERSION = (1, 1, 0)
|
||||
API_VERSION = (1, 2, 0)
|
||||
CORE_COMPONENTS = [
|
||||
'dbus_manager', 'database', 'file_manager', 'klippy_apis',
|
||||
'machine', 'data_store', 'shell_command', 'proc_stats',
|
||||
|
|
Loading…
Reference in New Issue