From 513ec6c5e1e71c8a1366e0db5a61400466697f73 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Mon, 29 May 2023 14:07:29 +0200 Subject: [PATCH] Increase version to 4.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c44720b..ab076eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11) project(ftxui LANGUAGES CXX - VERSION 4.1.0 + VERSION 4.1.1 DESCRIPTION "C++ Functional Terminal User Interface." )