From 42a6479f4208e97619b66c6d3509baaf5647397f Mon Sep 17 00:00:00 2001 From: deniskovalchuk Date: Wed, 4 Oct 2023 14:52:07 +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 be76d88..07ae882 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ include(FetchContent) FetchContent_Declare( libftp GIT_REPOSITORY https://github.com/deniskovalchuk/libftp.git - GIT_TAG v0.3.0 + GIT_TAG v0.3.1 ) FetchContent_MakeAvailable(libftp)