From 3404ae419e6cbeb40e026ec183ed2197229ab94b Mon Sep 17 00:00:00 2001 From: Denis Kovalchuk Date: Sat, 21 Dec 2024 21:22:01 +0300 Subject: [PATCH] readme: update GIT_TAG --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 264a8c5..c4deb9d 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ include(FetchContent) FetchContent_Declare( libftp GIT_REPOSITORY https://github.com/deniskovalchuk/libftp.git - GIT_TAG v1.4.0) + GIT_TAG v1.4.1) FetchContent_MakeAvailable(libftp) add_executable(application main.cpp)