Increment setting_version to 8

This is required for the version upgrade.

Contributes to issue CURA-6311.
This commit is contained in:
Ghostkeeper 2019-06-12 09:09:41 +02:00
parent 4f954f18bd
commit a38984dcec
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
787 changed files with 787 additions and 787 deletions

View file

@ -144,7 +144,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 = 7
SettingVersion = 8
Created = False