Skip to content

Commit 5677057

Browse files
committed
Bump version to 0.17.0
1 parent 9a86e1e commit 5677057

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
@@ -32,7 +32,7 @@
3232
#define DEFAULT_ERROR_RETRY_INTERVAL 30 // Default interval to try again after errors
3333
#define TOKEN_REFRESH_TIMEOUT 60 // Number of seconds until expiration before token gets refreshed
3434
#define CONTEXT_FILE "/context.json" // Filename of the context file
35-
#define VERSION "0.16.2" // Version of the software
35+
#define VERSION "0.17.0" // Version of the software
3636

3737
#define DBG_PRINT(x) Serial.print(x)
3838
#define DBG_PRINTLN(x) Serial.println(x)

0 commit comments

Comments
 (0)