Skip to content

Commit 801fa9a

Browse files
committed
Version 0.10 ahead
it is about time
1 parent 5ed5dc0 commit 801fa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenBikeSensorFirmware.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// --- Global variables ---
3636
// Version only change the "vN.M" part if needed.
37-
const char *OBSVersion = "v0.9" BUILD_NUMBER;
37+
const char *OBSVersion = "v0.10" BUILD_NUMBER;
3838

3939
const uint8_t LEFT_SENSOR_ID = 1;
4040
const uint8_t RIGHT_SENSOR_ID = 0;

0 commit comments

Comments
 (0)