Set version to 7.3.0

This commit is contained in:
Benoit Blanchon
2024-12-29 17:15:57 +01:00
parent 254fa5712a
commit 8f7e793f37
7 changed files with 14 additions and 14 deletions

View File

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