mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 19:18:58 +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)
|
||||
|
||||
# Update version
|
||||
parser["general"]["version"] = "4"
|
||||
parser["general"]["version"] = "3"
|
||||
|
||||
# Re-serialise the file.
|
||||
output = io.StringIO()
|
||||
|
Loading…
x
Reference in New Issue
Block a user