mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Fix stack file version number in VersionUpgrade26to27
CURA-3975
This commit is contained in:
parent
3d48024a47
commit
c196a4bf00
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue