From 07eccad84f5fd45769073c6be6332139b947be9a Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 27 Jul 2023 21:18:07 +0100 Subject: [PATCH] Bump version --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 28e616f..1487a89 100644 --- a/src/main.py +++ b/src/main.py @@ -14,7 +14,7 @@ # program. If not, see # https://git.fjla.uk/OwlBoard/db-manager/src/branch/main/LICENSE -version = "2023.7.4" +version = "2023.7.5" print(f"main.py: Initialising db-manager v{version}") #Third Party Imports