From b55e9b5827ae81c13f67383a97abdca0f03de630 Mon Sep 17 00:00:00 2001 From: Joseph Hewitt <2086589+JosephHewitt@users.noreply.github.com> Date: Sun, 30 Jun 2024 12:49:35 +0100 Subject: [PATCH] Bump version to 1.2.0rc2 (#162) --- A/A.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/A/A.ino b/A/A.ino index f76e21f..2f94a84 100644 --- a/A/A.ino +++ b/A/A.ino @@ -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.0rc1"; +const String VERSION = "1.2.0rc2"; #include #include