Skip to content

Commit

Permalink
Update CHANGELOG and version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aussig committed May 31, 2024
1 parent 361f1d0 commit 414229d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## v4.0.0-xx - xxxx-xx-xx
## v4.0.0-b2 - 2024-05-31

### Changes:

Expand Down
2 changes: 1 addition & 1 deletion load.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from bgstally.debug import Debug

PLUGIN_NAME = "BGS-Tally"
PLUGIN_VERSION = semantic_version.Version.coerce("4.0.0-b1")
PLUGIN_VERSION = semantic_version.Version.coerce("4.0.0-b2")

# Initialise the main plugin class
bgstally.globals.this = this = BGSTally(PLUGIN_NAME, PLUGIN_VERSION)
Expand Down

0 comments on commit 414229d

Please sign in to comment.