Skip to content

Commit 4f0f19f

Browse files
committed
Version v0.13.x ahead
1 parent eda9e31 commit 4f0f19f

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
@@ -35,7 +35,7 @@
3535

3636
// --- Global variables ---
3737
// Version only change the "vN.M" part if needed.
38-
const char *OBSVersion = "v0.12" BUILD_NUMBER;
38+
const char *OBSVersion = "v0.13" BUILD_NUMBER;
3939

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

0 commit comments

Comments
 (0)