From a19d92057e6b6670d6b6835ffd1bba5265f8dff4 Mon Sep 17 00:00:00 2001 From: Brian G Date: Tue, 15 Dec 2020 18:16:52 -0600 Subject: [PATCH] Geotek version to 2.3 --- qtmain_geotek.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtmain_geotek.py b/qtmain_geotek.py index c8f860e..6b5be59 100644 --- a/qtmain_geotek.py +++ b/qtmain_geotek.py @@ -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()