updated version number in window title

This commit is contained in:
2026-05-09 03:09:20 +02:00
parent c429e5c8fc
commit 8117a937f7

View File

@@ -21,7 +21,7 @@ class Application:
y_offset = 200
width = 1050
height = 700
VERSION = "0.2.3b"
VERSION = "0.3.0b"
title = f"Brovski Adress-Etiketten Verwaltung {VERSION}"
self.root = tk.Tk(className="BrovskiAdressEtiketten")