From 41d1980819130d8e429647f2bddb53c438c5e422 Mon Sep 17 00:00:00 2001 From: Tobias Blum Date: Fri, 26 Mar 2021 22:35:13 +0100 Subject: [PATCH] FIX #17 update version information, bump to 0.18.1 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 68302f5..a693c3d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ #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.17.0" // Version of the software +#define VERSION "0.18.1" // Version of the software #define DBG_PRINT(x) Serial.print(x) #define DBG_PRINTLN(x) Serial.println(x)