diff --git a/DataStructures/data.py b/DataStructures/data.py index a1d393a1..3c015030 100644 --- a/DataStructures/data.py +++ b/DataStructures/data.py @@ -26,7 +26,7 @@ class Data(EventDispatcher): #Gcodes contains all of the lines of gcode in the opened file gcode = ObjectProperty([]) - version = '1.22' + version = '1.23' #all of the available COM ports comPorts = [] #This defines which COM port is used