Skip to content

Commit abbe5ee

Browse files
committed
chore: fix GIT_TAG to the latest version in CMakeLists.txt
1 parent 4dc6e60 commit abbe5ee

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 main # or set to a specific version tag
12+
GIT_TAG v0.5.4.1 # TODO: CHANGE ME to the actual version you are using
1313
)
1414
FetchContent_MakeAvailable(endstone)
1515

0 commit comments

Comments
 (0)