From 6ca1fa76eda242ddb48e04170d99ebfbfbbd0344 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 23 May 2023 10:43:27 +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 4b6ed7f..8e4d24d 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.5.1" +version = "2023.5.3" print(f"main.py: Initialising db-manager v{version}") #Third Party Imports