From f4991855d461988e4b4c26e1da69d29d0defda22 Mon Sep 17 00:00:00 2001 From: Ben Tettmar Date: Sat, 26 Oct 2024 20:43:15 +0100 Subject: [PATCH] Update version to 3.0.2 --- utils/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/config.py b/utils/config.py index ba6bba5..ce5adf9 100644 --- a/utils/config.py +++ b/utils/config.py @@ -3,7 +3,7 @@ from . import console -VERSION = "3.0.1" +VERSION = "3.0.2" PRODUCTION = True DEFAULT_CONFIG = { "token": "",