Skip to content

Commit 3e545a5

Browse files
authored
feat: update api version to 0.5
1 parent 18ffc83 commit 3e545a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/endstone_example/example_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class ExamplePlugin(Plugin):
1212
prefix = "PythonExamplePlugin"
13-
api_version = "0.4"
13+
api_version = "0.5"
1414
load = "POSTWORLD"
1515

1616
commands = {

0 commit comments

Comments
 (0)