We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3e4c3 commit 7e2f5e6Copy full SHA for 7e2f5e6
1 file changed
firmware/ATTinyDaemon/ATTinyDaemon.h
@@ -18,8 +18,8 @@
18
Our version number - used by the daemon to ensure that the major number is equal between firmware and daemon
19
*/
20
static const uint32_t MAJOR = 2;
21
-static const uint32_t MINOR = 13;
22
-static const uint32_t PATCH = 15;
+static const uint32_t MINOR = 14;
+static const uint32_t PATCH = 0;
23
24
/*
25
Flash size definition
0 commit comments