From 4164f399168533e9d867cb22dd1c950a7587d947 Mon Sep 17 00:00:00 2001 From: jspijker Date: Wed, 8 Feb 2023 15:51:08 +0100 Subject: [PATCH] Bump up SDK evrsion to 8.3.0 --- cura/ApplicationMetadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/ApplicationMetadata.py b/cura/ApplicationMetadata.py index fd8f3c704c..3e0b0290aa 100644 --- a/cura/ApplicationMetadata.py +++ b/cura/ApplicationMetadata.py @@ -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.2.0" +CuraSDKVersion = "8.3.0" try: from cura.CuraVersion import CuraLatestURL