diff --git a/CHANGELOG.md b/CHANGELOG.md index 3710944..dcb4d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## vx.x.x-xx - xxxx-xx-xx +## v3.1.0-b1 - 2023-07-18 ### New Features: diff --git a/load.py b/load.py index dea5902..d39f037 100644 --- a/load.py +++ b/load.py @@ -9,7 +9,7 @@ import semantic_version PLUGIN_NAME = "BGS-Tally" -PLUGIN_VERSION = semantic_version.Version.coerce("3.1.0-a3") +PLUGIN_VERSION = semantic_version.Version.coerce("3.1.0-b1") # Initialise the main plugin class this:BGSTally = BGSTally(PLUGIN_NAME, PLUGIN_VERSION)