change version of wb
This commit is contained in:
parent
5eab44b46f
commit
6fad773c91
|
@ -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')
|
||||
|
|
Reference in New Issue