From 30b2623ca314cf58d0fd0dd3d948854080a5d5a8 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Sat, 1 Feb 2025 13:08:46 -0500 Subject: [PATCH] bump version --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 2483280..ca84a73 100644 --- a/main.c +++ b/main.c @@ -21,7 +21,7 @@ // Code version numbers #define VERSION_MAJOR 0 -#define VERSION_MINOR 3 +#define VERSION_MINOR 4 // Global pointer for I2C register selection (addresses 0–8) volatile uint8_t pointer = 0;