Skip to content

Commit 0cdff01

Browse files
committed
chore: bump version to 0.5.0
1 parent 2075c51 commit 0cdff01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/example_plugin.cpp

Lines changed: 1 addition & 1 deletion
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=*/"cpp_example", /*version=*/"0.4.0", /*main_class=*/ExamplePlugin)
6+
ENDSTONE_PLUGIN(/*name=*/"cpp_example", /*version=*/"0.5.0", /*main_class=*/ExamplePlugin)
77
{
88
prefix = "CppExamplePlugin";
99
description = "C++ example plugin for Endstone servers";

0 commit comments

Comments
 (0)