From 7e187061efd30507a0361e360e7c4defbe74ebc3 Mon Sep 17 00:00:00 2001 From: Alexander Lopez Date: Mon, 7 Oct 2024 18:40:20 -0700 Subject: [PATCH] update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fecbab4..9293a90 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.1 + VERSION 0.5.2 LANGUAGES C DESCRIPTION "Robust read-only string handling, tokenization, and matching in C." )