We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbe5ee commit 5e1339eCopy full SHA for 5e1339e
CMakeLists.txt
@@ -9,7 +9,7 @@ include(FetchContent)
9
FetchContent_Declare(
10
endstone
11
GIT_REPOSITORY https://github.com/EndstoneMC/endstone.git
12
- GIT_TAG v0.5.4.1 # TODO: CHANGE ME to the actual version you are using
+ GIT_TAG v0.5.5 # TODO: CHANGE ME to the actual version you are using
13
)
14
FetchContent_MakeAvailable(endstone)
15
0 commit comments