Update setting version to 18 for libArachne release

Although it is not entirely sure yet, we are fairly certain that libArachne release will have
a setting version of 18, so it is changed by this commit. With this change, the VersionUpgrader
will be properly triggered.

Contributes to CURA-7683 and CURA-7656
This commit is contained in:
Kostas Karmas 2020-12-02 15:29:25 +01:00
parent 696844f1cf
commit 5bca31e37a
2788 changed files with 2788 additions and 2788 deletions

View file

@ -127,7 +127,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 = 18
Created = False