Skip to content

Commit c809ee4

Browse files
committed
Bump version to 0.13.0
1 parent a87f939 commit c809ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const char* rootCACertificate = \
5555
#define DEFAULT_ERROR_RETRY_INTERVAL 30 // Default interval to try again after errors
5656
#define TOKEN_REFRESH_TIMEOUT 60 // Number of seconds until expiration before token gets refreshed
5757
#define CONTEXT_FILE "/context.json" // Filename of the context file
58-
#define VERSION "0.12.0" // Version of the software
58+
#define VERSION "0.13.0" // Version of the software
5959

6060
#define DBG_PRINT(x) Serial.print(x)
6161
#define DBG_PRINTLN(x) Serial.println(x)

0 commit comments

Comments
 (0)