diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b727f..96df49b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## v3.6.0-xx - xxxx-xx-xx + +No changes from 3.6.0-a3 + + ## v3.6.0-a3 - 2024-03-16 ### Bug Fixes: diff --git a/load.py b/load.py index 3de0e48..102dfda 100644 --- a/load.py +++ b/load.py @@ -8,7 +8,7 @@ from bgstally.debug import Debug PLUGIN_NAME = "BGS-Tally" -PLUGIN_VERSION = semantic_version.Version.coerce("3.6.0-a3") +PLUGIN_VERSION = semantic_version.Version.coerce("3.6.0-b1") # Initialise the main plugin class this:BGSTally = BGSTally(PLUGIN_NAME, PLUGIN_VERSION)