Upgrade setting_version to 16

We have a change now that requires a version upgrade. This triggers all profiles to update for the user, and we must update accordingly in the built-in profiles.

Contributes to issue CURA-7118.
This commit is contained in:
Ghostkeeper 2020-09-02 01:51:13 +02:00
parent 2395c0b1be
commit a7b2f7de5a
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2083 changed files with 2083 additions and 2083 deletions

View file

@ -126,7 +126,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 = 15
SettingVersion = 16
Created = False