Skip to content

Commit

Permalink
Bump version number (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephHewitt authored Sep 1, 2024
1 parent b55e9b5 commit 16d1044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

*.bin
.vscode
build/
2 changes: 1 addition & 1 deletion A/A.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Joseph Hewitt 2023
//This code is for the ESP32 "Side A" of the wardriver hardware revision 3.

const String VERSION = "1.2.0rc2";
const String VERSION = "1.2.0";

#include <GParser.h>
#include <MicroNMEA.h>
Expand Down

0 comments on commit 16d1044

Please sign in to comment.