Release version 6.1.0. (#1037)

This highlight support for the Bazel build system.
This commit is contained in:
Arthur Sonzogni
2025-04-29 16:05:11 +02:00
committed by GitHub
parent 10d73d365f
commit 4231c4903b
4 changed files with 30 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
project(ftxui
LANGUAGES CXX
VERSION 6.0.2
VERSION 6.1.0
DESCRIPTION "C++ Functional Terminal User Interface."
)