From 1194f780e4a7ee0ff2c4e1be32158c79b3845166 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 15 Dec 2023 14:18:22 +0100 Subject: [PATCH] release: bump version to 2.6.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3cb085a..af35a3e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.18) project(feather - VERSION "2.6.0" + VERSION "2.6.1" DESCRIPTION "A free Monero desktop wallet" LANGUAGES CXX C ASM )