diff --git a/src/main.cpp b/src/main.cpp index 2bf115e..3b7b53b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,7 +91,7 @@ const char* rootCACertificateGraph = \ #define DEFAULT_ERROR_RETRY_INTERVAL 30 // Default interval to try again after errors #define TOKEN_REFRESH_TIMEOUT 60 // Number of seconds until expiration before token gets refreshed #define CONTEXT_FILE "/context.json" // Filename of the context file -#define VERSION "0.14.0" // Version of the software +#define VERSION "0.16.0" // Version of the software #define DBG_PRINT(x) Serial.print(x) #define DBG_PRINTLN(x) Serial.println(x)