From c14d4c56553c4c265904a0e9964c9798d7b79631 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Thu, 18 Dec 2025 14:14:39 +1100 Subject: [PATCH] Increased the version number for tagging a release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7087776..9ee0e551 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if(CCACHE_PROGRAM) endif() project(libsession-util - VERSION 1.5.8 + VERSION 1.5.9 DESCRIPTION "Session client utility library" LANGUAGES ${LANGS})