Skip to content

Commit d6cb3c2

Browse files
authored
Update CMakeLists.txt
1 parent 5277893 commit d6cb3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include(FetchContent)
99
FetchContent_Declare(
1010
endstone
1111
GIT_REPOSITORY https://github.com/EndstoneMC/endstone.git
12-
GIT_TAG main # TODO: CHANGE ME to the actual version you are using
12+
GIT_TAG v0.6.1 # TODO: CHANGE ME to the actual version you are using
1313
)
1414
FetchContent_MakeAvailable(endstone)
1515

0 commit comments

Comments
 (0)