Skip to content

Commit d930803

Browse files
authored
Preparing v0.9.x release line
1 parent 98ffc3a commit d930803

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
@@ -34,7 +34,7 @@
3434

3535
// --- Global variables ---
3636
// Version only change the "vN.M" part if needed.
37-
const char *OBSVersion = "v0.8" BUILD_NUMBER;
37+
const char *OBSVersion = "v0.9" BUILD_NUMBER;
3838

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

0 commit comments

Comments
 (0)