diff --git a/ereuse_devicehub/config.py b/ereuse_devicehub/config.py index 2d44b652..4a1f03c7 100644 --- a/ereuse_devicehub/config.py +++ b/ereuse_devicehub/config.py @@ -53,7 +53,7 @@ class DevicehubConfig(Config): """The minimum version of ereuse.org workbench that this devicehub accepts. we recommend not changing this value. """ - WORKBENCH_LITE = ["2022.03"] + WORKBENCH_LITE = ["2022.03.00"] TMP_SNAPSHOTS = config('TMP_SNAPSHOTS', '/tmp/snapshots') TMP_LIVES = config('TMP_LIVES', '/tmp/lives')