Skip to content

Commit

Permalink
Preparing 0.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amandel authored Jan 24, 2024
1 parent e80c0ad commit f5bca8c
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.18" BUILD_NUMBER;
const char *OBSVersion = "v0.19" BUILD_NUMBER;

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

0 comments on commit f5bca8c

Please sign in to comment.