Bump up the settings version to 21

Contributes to CURA-10077
This commit is contained in:
jspijker 2023-01-30 11:39:13 +01:00
parent 40bdea0716
commit 2d18482782
3 changed files with 3 additions and 3 deletions

View file

@ -130,7 +130,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 = 20
SettingVersion = 21
Created = False