Skip to content

Commit

Permalink
Version 0.20.x ahead
Browse files Browse the repository at this point in the history
  • Loading branch information
amandel authored May 9, 2024
1 parent b073954 commit 208ceea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenBikeSensorFirmware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

// --- Global variables ---
// Version only change the "vN.M" part if needed.
const char *OBSVersion = "v0.19" BUILD_NUMBER;
const char *OBSVersion = "v0.20" BUILD_NUMBER;

const uint8_t LEFT_SENSOR_ID = 1;
const uint8_t RIGHT_SENSOR_ID = 0;
Expand Down

0 comments on commit 208ceea

Please sign in to comment.