Skip to content

Commit 75435de

Browse files
committed
Next release will be a v0.17.x
1 parent 1fe5e0c commit 75435de

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

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

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

0 commit comments

Comments
 (0)