Set version to 7.4.0

This commit is contained in:
Benoit Blanchon
2025-04-09 14:49:13 +02:00
parent f0e84e4933
commit 96281de682
7 changed files with 14 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ if(ESP_PLATFORM)
return()
endif()
project(ArduinoJson VERSION 7.3.1)
project(ArduinoJson VERSION 7.4.0)
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
include(CTest)