Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Sep 19, 2018
1 parent 2a3b634 commit a77db9d
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.22'
version = '1.23'
#all of the available COM ports
comPorts = []
#This defines which COM port is used
Expand Down

0 comments on commit a77db9d

Please sign in to comment.