Skip to content

Commit

Permalink
New version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaumann committed Sep 9, 2020
1 parent eda4303 commit 456cdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/ATTinyDaemon/ATTinyDaemon.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
const uint32_t MAJOR = 2;
const uint32_t MINOR = 10;
const uint32_t PATCH = 3;
const uint32_t PATCH = 5;

const uint32_t prog_version = (MAJOR << 16) | (MINOR << 8) | PATCH;

Expand Down

0 comments on commit 456cdc8

Please sign in to comment.