Skip to content

Commit 8639ee7

Browse files
authored
Merge pull request #2 from umarurize/feat/update-api-version
2 parents 2c1a478 + 03a1b46 commit 8639ee7

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.5"
13+
api_version = "0.6"
1414
load = "POSTWORLD"
1515

1616
commands = {

0 commit comments

Comments
 (0)