Bump SDK version for upcoming 5.9.x release(s).

This commit is contained in:
Remco Burema 2024-10-09 18:21:39 +02:00
parent 8bb4f981fb
commit 22b351e045

View file

@ -14,7 +14,7 @@ DEFAULT_CURA_LATEST_URL = "https://software.ultimaker.com/latest.json"
# Each release has a fixed SDK version coupled with it. It doesn't make sense to make it configurable because, for
# example Cura 3.2 with SDK version 6.1 will not work. So the SDK version is hard-coded here and left out of the
# CuraVersion.py.in template.
CuraSDKVersion = "8.8.0"
CuraSDKVersion = "8.9.0"
try:
from cura.CuraVersion import CuraLatestURL