Skip to content

Commit

Permalink
bunp version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith authored Dec 3, 2018
1 parent 8ad0a67 commit 66d88bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataStructures/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Data(EventDispatcher):

#Gcodes contains all of the lines of gcode in the opened file
gcode = ObjectProperty([])
version = '1.25'
version = '1.26'
#all of the available COM ports
comPorts = []
#This defines which COM port is used
Expand Down

0 comments on commit 66d88bf

Please sign in to comment.