We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5277893 commit d6cb3c2Copy full SHA for d6cb3c2
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 main # TODO: CHANGE ME to the actual version you are using
+ GIT_TAG v0.6.1 # TODO: CHANGE ME to the actual version you are using
13
)
14
FetchContent_MakeAvailable(endstone)
15
0 commit comments