summaryrefslogtreecommitdiff
path: root/portato/gui/session.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/session.py')
-rw-r--r--portato/gui/session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/session.py b/portato/gui/session.py
index 1eca248..a7e1ffa 100644
--- a/portato/gui/session.py
+++ b/portato/gui/session.py
@@ -14,7 +14,7 @@ from ..helper import debug
# the current version for saved sessions
# change this, whenever the change is incompatible with previous versions
-SESSION_VERSION = 1
+SESSION_VERSION = 2
class SessionException (Exception):