From 398e104bc424243fcccc407fa323ebf2e740ff0e Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Fri, 7 Oct 2022 03:12:05 +1100 Subject: [PATCH] Bump version to 1.1.1 --- 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 3959b245..9c6935b6 100644 --- a/src/common/consts.py +++ b/src/common/consts.py @@ -11,7 +11,7 @@ """ # Version info -VERSION = (1, 1, 0) +VERSION = (1, 1, 1) # Sub versions VERSION_MAJOR = VERSION[0]