From d9d3041dcea863058902b7aaa6012a89e36ca9c3 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Tue, 29 Nov 2022 12:26:35 -0400 Subject: [PATCH] Bump version for fix release In retrospect the last release really should have been called 0.10.0 and this should be 0.10.1, but too late now. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5253b9572..77d85b073 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ endif() project(lokinet - VERSION 0.9.10 + VERSION 0.9.11 DESCRIPTION "lokinet - IP packet onion router" LANGUAGES ${LANGS})