Fix stack file version number in VersionUpgrade26to27

CURA-3975
This commit is contained in:
Lipu Fei 2017-07-06 10:42:24 +02:00
parent 3d48024a47
commit c196a4bf00

View file

@ -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()