We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980a0b2 commit 63d1bf3Copy full SHA for 63d1bf3
1 file changed
src/OpenBikeSensorFirmware.cpp
@@ -35,7 +35,7 @@
35
36
// --- Global variables ---
37
// Version only change the "vN.M" part if needed.
38
-const char *OBSVersion = "v0.13" BUILD_NUMBER;
+const char *OBSVersion = "v0.14" BUILD_NUMBER;
39
40
const uint8_t LEFT_SENSOR_ID = 1;
41
const uint8_t RIGHT_SENSOR_ID = 0;
0 commit comments