Skip to content

Commit

Permalink
Update version pins to match repo pin
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed Jan 29, 2024
1 parent ada60b0 commit 3896b1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified build/prawnblaster/prawnblaster.uf2
Binary file not shown.
Binary file modified build/prawnblaster/prawnblasteroverclock.uf2
Binary file not shown.
4 changes: 2 additions & 2 deletions prawnblaster/prawnblaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
#include "pseudoclock.pio.h"

#ifndef PRAWNBLASTER_OVERCLOCK
const char VERSION[16] = "0.1.0";
const char VERSION[16] = "1.0.0";
#else
const char VERSION[16] = "0.1.0-overclock";
const char VERSION[16] = "1.0.0-overclock";
#endif //PRAWNBLASTER_OVERCLOCK

int DEBUG;
Expand Down

0 comments on commit 3896b1a

Please sign in to comment.