From d4c9c5e22665692ddf6ea337df1217aa1b7a91d9 Mon Sep 17 00:00:00 2001
From: Ruebled <59147906+Ruebled@users.noreply.github.com>
Date: Thu, 12 Oct 2023 18:27:18 +0300
Subject: [PATCH] Update README.md (#761)

Version FetchContent Update
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2391afe7..fa228afc 100644
--- a/README.md
+++ b/README.md
@@ -353,7 +353,7 @@ include(FetchContent)
 
 FetchContent_Declare(ftxui
   GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
-  GIT_TAG v3.0.0
+  GIT_TAG v5.0.0
 )
 
 FetchContent_GetProperties(ftxui)
-- 
GitLab