Skip to content

Commit

Permalink
chore: fix 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 committed Oct 16, 2024
1 parent 4dc6e60 commit abbe5ee
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 main # or set to a specific version tag
GIT_TAG v0.5.4.1 # TODO: CHANGE ME to the actual version you are using
)
FetchContent_MakeAvailable(endstone)

Expand Down

0 comments on commit abbe5ee

Please sign in to comment.