Skip to content

Commit

Permalink
Merge branch 'release/3.6.0-b1'
Browse files Browse the repository at this point in the history
  • Loading branch information
aussig committed Mar 18, 2024
2 parents 9e451bb + b42e46d commit ed5d40d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion load.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed5d40d

Please sign in to comment.