Skip to content

Commit 63d1bf3

Browse files
authored
prepare 0.14.x
1 parent 980a0b2 commit 63d1bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.13" BUILD_NUMBER;
38+
const char *OBSVersion = "v0.14" BUILD_NUMBER;
3939

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

0 commit comments

Comments
 (0)