Skip to content

Commit 2c1a478

Browse files
authored
Merge pull request #1 from smartcmd/feat/update-api-version
2 parents 18ffc83 + 3e545a5 commit 2c1a478

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)