We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b67354 commit 40bcd26Copy full SHA for 40bcd26
src/example_plugin.cpp
@@ -3,7 +3,7 @@
3
#include "example_plugin.h"
4
5
// The ENDSTONE_PLUGIN macro defines the metadata for the plugin.
6
-ENDSTONE_PLUGIN(/*name=*/"CppExamplePlugin", /*version=*/"0.3.0", /*main_class=*/ExamplePlugin)
+ENDSTONE_PLUGIN(/*name=*/"CppExamplePlugin", /*version=*/"0.4.0", /*main_class=*/ExamplePlugin)
7
{
8
plugin.description = "C++ example plugin for Endstone servers";
9
plugin.website = "https://github.com/EndstoneMC/cpp-example-plugin";
0 commit comments