summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--module/gui/connector.py2
-rwxr-xr-xpyLoadCore.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/module/gui/connector.py b/module/gui/connector.py
index 8417b888e..14cf77ebb 100644
--- a/module/gui/connector.py
+++ b/module/gui/connector.py
@@ -16,7 +16,7 @@
@author: mkaay
"""
-SERVER_VERSION = "0.4.2"
+SERVER_VERSION = "0.4.3"
from time import sleep
from uuid import uuid4 as uuid
diff --git a/pyLoadCore.py b/pyLoadCore.py
index a926b876d..cee0271ae 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -18,9 +18,9 @@
@author: sebnapi
@author: RaNaN
@author: mkaay
- @version: v0.4.2
+ @version: v0.4.3
"""
-CURRENT_VERSION = '0.4.2'
+CURRENT_VERSION = '0.4.3'
from getopt import GetoptError
from getopt import getopt