Skip to content

Commit a29352f

Browse files
committed
chore: update api version to v0.10 in CMakeLists.txt
1 parent affa302 commit a29352f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 v0.9 # TODO: CHANGE ME to the actual version you are using
12+
GIT_TAG v0.10 # TODO: CHANGE ME to the actual version you are using
1313
)
1414
FetchContent_MakeAvailable(endstone)
1515

0 commit comments

Comments
 (0)