From 49e38a2b6cd9b80d6309eab0751c4186a373b3f5 Mon Sep 17 00:00:00 2001 From: pajlada Date: Sat, 24 Apr 2021 15:47:06 +0200 Subject: [PATCH] Update chatterino version in CMakeLists.txt (#2680) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4e2d66d1..5e6aba890 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/sanitizers-cmake/cmake" ) -project(chatterino VERSION 2.2.3) +project(chatterino VERSION 2.3.0) option(BUILD_APP "Build Chatterino" ON) option(BUILD_TESTS "Build the tests for Chatterino" OFF)