From 0d50fa25fe74241ebe7868d66f389526e98d82c2 Mon Sep 17 00:00:00 2001 From: Toyosatomimi no Miko <110693261+mikomikotaishi@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:09:35 -0400 Subject: [PATCH] I assume the version produced by CMake was supposed to be bumped up to 6.0.0, fixing this --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a73f6a4..53419436 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) project(ftxui LANGUAGES CXX - VERSION 5.0.0 + VERSION 6.0.0 DESCRIPTION "C++ Functional Terminal User Interface." )