From 5e1339e42be081dd6a41598e1ba523a44a447282 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 3 Dec 2024 14:49:39 +0000 Subject: [PATCH] feat: update GIT_TAG to the latest version in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)