Skip to content

Commit ee7119f

Browse files
committed
Next release is 0.21 which includes obs classic and obs pro
1 parent 69bf0b1 commit ee7119f

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
@@ -37,7 +37,7 @@
3737

3838
// --- Global variables ---
3939
// Version only change the "vN.M" part if needed.
40-
const char *OBSVersion = "v0.20" BUILD_NUMBER;
40+
const char *OBSVersion = "v0.21" BUILD_NUMBER;
4141

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

0 commit comments

Comments
 (0)