summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/version.hpp
blob: d8aaf77d137a54e4e86670f86b475efee2c37b55 (plain)
1
2
3
4
5
6
7
8
9
10
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// MIT License

#pragma once

#define ARDUINOJSON_VERSION "6.18.0"
#define ARDUINOJSON_VERSION_MAJOR 6
#define ARDUINOJSON_VERSION_MINOR 18
#define ARDUINOJSON_VERSION_REVISION 0