diff --git a/CMakeLists.txt b/CMakeLists.txt index aca5b3f..1edbcb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ include(FetchContent) FetchContent_Declare( endstone GIT_REPOSITORY https://github.com/EndstoneMC/endstone.git - GIT_TAG v0.5.6 + GIT_TAG v0.5.7.1 ) FetchContent_MakeAvailable(endstone)