Skip to content

Commit e62a344

Browse files
committed
Next version is a 0.15
1 parent 470b371 commit e62a344

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

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

0 commit comments

Comments
 (0)