Set version to 7.0.1

This commit is contained in:
Benoit Blanchon
2024-01-10 21:14:07 +01:00
parent e41d5d4fa1
commit 94783fdd2a
7 changed files with 13 additions and 13 deletions

View File

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