Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtoblum committed May 24, 2020
1 parent a87f939 commit c809ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const char* rootCACertificate = \
#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.12.0" // Version of the software
#define VERSION "0.13.0" // Version of the software

#define DBG_PRINT(x) Serial.print(x)
#define DBG_PRINTLN(x) Serial.println(x)
Expand Down

0 comments on commit c809ee4

Please sign in to comment.