Skip to content

Commit f5bca8c

Browse files
authored
Preparing 0.19 release
1 parent e80c0ad commit f5bca8c

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
@@ -36,7 +36,7 @@
3636

3737
// --- Global variables ---
3838
// Version only change the "vN.M" part if needed.
39-
const char *OBSVersion = "v0.18" BUILD_NUMBER;
39+
const char *OBSVersion = "v0.19" BUILD_NUMBER;
4040

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

0 commit comments

Comments
 (0)