increment version for new release 0.2.2b

This commit is contained in:
2025-10-25 13:41:25 +02:00
parent aa5d5e6698
commit 321cbc7f89
3 changed files with 3 additions and 3 deletions

View File

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