Skip to content

Commit 40bcd26

Browse files
committed
chore: bump plugin version to v0.4.0
1 parent 6b67354 commit 40bcd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/example_plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "example_plugin.h"
44

55
// The ENDSTONE_PLUGIN macro defines the metadata for the plugin.
6-
ENDSTONE_PLUGIN(/*name=*/"CppExamplePlugin", /*version=*/"0.3.0", /*main_class=*/ExamplePlugin)
6+
ENDSTONE_PLUGIN(/*name=*/"CppExamplePlugin", /*version=*/"0.4.0", /*main_class=*/ExamplePlugin)
77
{
88
plugin.description = "C++ example plugin for Endstone servers";
99
plugin.website = "https://github.com/EndstoneMC/cpp-example-plugin";

0 commit comments

Comments
 (0)