From 5013f0b7595dea6c045ba2caf70010c201422372 Mon Sep 17 00:00:00 2001 From: adamritter <58403584+adamritter@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:46:19 +0000 Subject: [PATCH] Release 0.7.0 because of buffer overflow fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 76a3377..8519fab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(fastgron VERSION 0.6.5 LANGUAGES CXX) +project(fastgron VERSION 0.7.0 LANGUAGES CXX) set(FASTGRON_VERSION "${fastgron_VERSION}")