From c55bf44a86734c83cd29dc002ae7cd962f04e4f6 Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Sat, 21 Oct 2023 12:54:00 +0200 Subject: [PATCH] Bump version --- bugme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugme.py b/bugme.py index 236fc4b..2edbc90 100755 --- a/bugme.py +++ b/bugme.py @@ -19,7 +19,7 @@ from utils import dateit, html_tag -VERSION = "2.3.1" +VERSION = "2.3.2" DEFAULT_CREDENTIALS_FILE = os.path.expanduser("~/creds.json")