Skip to content

Commit

Permalink
Bump version number of container stack
Browse files Browse the repository at this point in the history
This is a container stack bump, because we're not really updating a setting
Instead, we are updating how the container stacks are built up.
CURA-10953
  • Loading branch information
nallath committed Sep 7, 2023
1 parent 02c30e9 commit 09e4ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UM/Settings/ContainerStack.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class InvalidContainerStackError(Exception):
class ContainerStack(QObject, ContainerInterface, PluginObject):
"""A stack of setting containers to handle setting value retrieval."""

Version = 5 # type: int
Version = 6 # type: int

def __init__(self, stack_id: str) -> None:
"""Constructor
Expand Down

0 comments on commit 09e4ae5

Please sign in to comment.