Bump setting_version to 17

CURA-8810_version_upgrade
This commit is contained in:
jelle Spijker 2021-03-31 15:13:06 +02:00 committed by Jelle Spijker
parent c85cf7b9cb
commit da4db51b0a
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
3026 changed files with 3461 additions and 3803 deletions

View file

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