From e8ac78cce6f4cbbdeebf17bf0b56395d956af210 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 12 Jun 2024 14:07:34 -0700 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e28401..221f969 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.18) project( conflict-set - VERSION 0.0.6 + VERSION 0.0.7 DESCRIPTION "A data structure for optimistic concurrency control on ranges of bitwise-lexicographically-ordered keys." HOMEPAGE_URL "https://git.weaselab.dev/weaselab/conflict-set"