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]