Increment setting version to 13

Contributes to issue CURA-7282.
This commit is contained in:
Ghostkeeper 2020-04-01 15:14:01 +02:00
parent 2aeca3ef8c
commit e2e69f6646
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
1555 changed files with 1555 additions and 1555 deletions

View file

@ -124,7 +124,7 @@ class CuraApplication(QtApplication):
# SettingVersion represents the set of settings available in the machine/extruder definitions.
# You need to make sure that this version number needs to be increased if there is any non-backwards-compatible
# changes of the settings.
SettingVersion = 12
SettingVersion = 13
Created = False