From 6eaa0799d5ea943bf2a9a5dba2843393966c1549 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Tue, 14 Jul 2026 12:26:13 -0400 Subject: [PATCH] Update version This branch is going to be 0.1.x now --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c547d3..eabecea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.18) project( conflict-set - VERSION 0.0.14 + VERSION 0.1.0 DESCRIPTION "A data structure for optimistic concurrency control on ranges of bitwise-lexicographically-ordered keys." HOMEPAGE_URL "https://git.weaselab.dev/weaselab/conflict-set"