Set version to 7.2.0

This commit is contained in:
Benoit Blanchon
2024-09-18 10:48:50 +02:00
parent f806a42cc2
commit cd4b2b2463
7 changed files with 13 additions and 13 deletions

View File

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