From 59709f81cd53a50520210163be3e06aef918c932 Mon Sep 17 00:00:00 2001 From: trobro Date: Sun, 20 Apr 2025 17:08:44 +0200 Subject: [PATCH] version 2.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index baab354..6d63be4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() include_guard(GLOBAL) project(hjson - VERSION 2.5 + VERSION 2.6 DESCRIPTION "Human readable JSON" LANGUAGES CXX)