Add support for auto version insertion

This commit is contained in:
brostos 2025-07-26 23:16:32 +03:00 committed by GitHub
parent 86e3597513
commit 0f28579840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,8 @@ from datetime import datetime
# Modules used for overriding AllSettingsWindow
import logging
PLUGIN_MANAGER_VERSION = "1.1.3"
PLUGIN_MANAGER_VERSION = "1.2.0"
plugman = dict(version=PLUGIN_MANAGER_VERSION)
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.