Skip to content

Commit

Permalink
Geotek version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorghumking committed Dec 16, 2020
1 parent 501d0ef commit a19d920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtmain_geotek.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class MainWindow(QtWidgets.QDialog):
def __init__(self, app):
QtWidgets.QDialog.__init__(self)
self.VERSION = "2.2"
self.VERSION = "2.3"
self.app = app
self.app_path = None # init'd in self.initAppPath()

Expand Down

0 comments on commit a19d920

Please sign in to comment.