Skip to content

Commit

Permalink
FIX #17 update version information, bump to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtoblum committed Mar 26, 2021
1 parent e642288 commit 41d1980
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.17.0" // Version of the software
#define VERSION "0.18.1" // Version of the software

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

0 comments on commit 41d1980

Please sign in to comment.