I assume the version produced by CMake was supposed to be bumped up to 6.0.0, fixing this

This commit is contained in:
Toyosatomimi no Miko 2025-03-25 19:09:35 -04:00
parent 730ebeed1d
commit 0d50fa25fe

View File

@ -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."
)