diff --git a/CHANGELOG.md b/CHANGELOG.md index 4660cda..3eb5042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## v3.4.0-xx - xxxx-xx-xx +## v3.4.0-a2 - 2024-02-02 ### Changes: diff --git a/load.py b/load.py index e490276..906d1fc 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.4.0-a1") +PLUGIN_VERSION = semantic_version.Version.coerce("3.4.0-a2") # Initialise the main plugin class this:BGSTally = BGSTally(PLUGIN_NAME, PLUGIN_VERSION)