Skip to content

Commit 41d1980

Browse files
committed
FIX #17 update version information, bump to 0.18.1
1 parent e642288 commit 41d1980

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.17.0" // Version of the software
35+
#define VERSION "0.18.1" // 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)