diff --git a/CMakeLists.txt b/CMakeLists.txt index 750963e..dd96d24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)