From 1d0c7b95ea2b78b6c04d2ee3cfe26356624bc3a6 Mon Sep 17 00:00:00 2001 From: Alexander Lopez Date: Sun, 10 Nov 2024 20:06:21 -0800 Subject: [PATCH] update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6a0b25..4b38c84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.23) set(namespace "str_view") project("str_view" - VERSION 0.5.4 + VERSION 0.5.5 LANGUAGES C DESCRIPTION "Robust read-only string handling, tokenization, and matching in C." )