Update current version for quality changes

We now need to upgrade up to version 3000004.

Contributes to issue CURA-5054.
This commit is contained in:
Ghostkeeper 2018-03-09 15:21:45 +01:00
parent 2962e0e282
commit 5caa92cf7a
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
2 changed files with 9 additions and 5 deletions

View file

@ -7,6 +7,8 @@ from .QualityGroup import QualityGroup
class QualityChangesGroup(QualityGroup):
## The file format version of quality changes.
Version = 3
def __init__(self, name: str, quality_type: str, parent = None):
super().__init__(name, quality_type, parent)