Skip to content

Commit

Permalink
Pre-release v0.18.x ahead
Browse files Browse the repository at this point in the history
adjust version number
  • Loading branch information
amandel authored Jan 11, 2023
1 parent 53e9ea4 commit 2aace38
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.17" BUILD_NUMBER;
const char *OBSVersion = "v0.18" BUILD_NUMBER;

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

0 comments on commit 2aace38

Please sign in to comment.