Skip to content

Commit

Permalink
Update version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aussig committed Aug 12, 2023
1 parent 0fb7d51 commit 38453c9
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

## v3.1.0-xx - xxxx-xx-xx
## v3.1.0-b3 - 2023-088-12

### New Features:

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 @@
import semantic_version

PLUGIN_NAME = "BGS-Tally"
PLUGIN_VERSION = semantic_version.Version.coerce("3.1.0-b2")
PLUGIN_VERSION = semantic_version.Version.coerce("3.1.0-b3")

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

0 comments on commit 38453c9

Please sign in to comment.