mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:25:56 +08:00
Fix stack file version number in VersionUpgrade26to27
CURA-3975
This commit is contained in:
parent
3d48024a47
commit
c196a4bf00
@ -112,7 +112,7 @@ class VersionUpgrade26to27(VersionUpgrade):
|
|||||||
parser["metadata"]["setting_version"] = str(CuraApplication.SettingVersion)
|
parser["metadata"]["setting_version"] = str(CuraApplication.SettingVersion)
|
||||||
|
|
||||||
# Update version
|
# Update version
|
||||||
parser["general"]["version"] = "4"
|
parser["general"]["version"] = "3"
|
||||||
|
|
||||||
# Re-serialise the file.
|
# Re-serialise the file.
|
||||||
output = io.StringIO()
|
output = io.StringIO()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user