From 2c57c67294be6f5d712811c14e04ca7b4373f960 Mon Sep 17 00:00:00 2001 From: Maddy Guthridge Date: Sun, 23 Jun 2024 16:54:24 +1000 Subject: [PATCH] Bump version to 1.2.2 --- src/common/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/consts.py b/src/common/consts.py index 7d725865..f1de21ad 100644 --- a/src/common/consts.py +++ b/src/common/consts.py @@ -11,7 +11,7 @@ """ # Version info -VERSION = (1, 2, 1) +VERSION = (1, 2, 2) # Sub versions VERSION_MAJOR = VERSION[0]