change version of wb

This commit is contained in:
Cayo Puigdefabregas 2022-03-31 19:38:33 +02:00
parent 5eab44b46f
commit 6fad773c91
1 changed files with 1 additions and 1 deletions

View File

@ -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')