Skip to content

Commit

Permalink
feat: update GIT_TAG to the latest version in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent authored Dec 3, 2024
1 parent abbe5ee commit 5e1339e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include(FetchContent)
FetchContent_Declare(
endstone
GIT_REPOSITORY https://github.com/EndstoneMC/endstone.git
GIT_TAG v0.5.4.1 # TODO: CHANGE ME to the actual version you are using
GIT_TAG v0.5.5 # TODO: CHANGE ME to the actual version you are using
)
FetchContent_MakeAvailable(endstone)

Expand Down

0 comments on commit 5e1339e

Please sign in to comment.