Bump plugin manager to v1.0.8

This commit is contained in:
rikkolovescats 2024-04-11 12:51:06 +05:30
parent 4b140f29c9
commit 85b572707e
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -32,7 +32,7 @@ from threading import Thread
import logging
PLUGIN_MANAGER_VERSION = "1.0.7"
PLUGIN_MANAGER_VERSION = "1.0.8"
REPOSITORY_URL = "https://github.com/bombsquad-community/plugin-manager"
# Current tag can be changed to "staging" or any other branch in
# plugin manager repo for testing purpose.