Skip to content

Commit 5e1339e

Browse files
authored
feat: update GIT_TAG to the latest version in CMakeLists.txt
1 parent abbe5ee commit 5e1339e

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

0 commit comments

Comments
 (0)