From cbb78b52800f3f6e2f9ee0c13e5caa65b9112801 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 17 May 2021 13:00:34 -0400 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f400e0339..df65a2186 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ if(CCACHE_PROGRAM) endif() project(lokinet - VERSION 0.9.1 + VERSION 0.9.2 DESCRIPTION "lokinet - IP packet onion router" LANGUAGES C CXX)