Increment setting_version to 6

Because Cura 4.1 is going to have a version upgrade to change the stack files.

Contributes to issue CURA-5848.
This commit is contained in:
Ghostkeeper 2018-12-27 16:39:05 +01:00
parent 88d6e0bcaf
commit 139ab2e0bb
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
648 changed files with 648 additions and 648 deletions

View file

@ -143,7 +143,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 = 5
SettingVersion = 6
Created = False