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 Apr 7, 2024
1 parent fadfdd4 commit 10039a4
Showing 1 changed file with 1 addition and 1 deletion.
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")
PLUGIN_VERSION = semantic_version.Version.coerce("3.6.1")

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

0 comments on commit 10039a4

Please sign in to comment.