Skip to content

Commit

Permalink
Bump version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtoblum committed Jan 17, 2021
1 parent 9a86e1e commit 5677057
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 @@ -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.16.2" // Version of the software
#define VERSION "0.17.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 5677057

Please sign in to comment.