From fa261ec39f2aed620259b1885798566cb51fa758 Mon Sep 17 00:00:00 2001 From: Fred Date: Sun, 30 Jan 2022 21:39:37 -0500 Subject: [PATCH] Update version.h --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index aa944eb..a4b343a 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ #include "StringFormatter.h" -#define VERSION "3.2.0 rc12" +#define VERSION "3.2.0 rc13" // 3.2.0 Major functional and non-functional changes. // New HAL added for I/O (digital and analogue inputs and outputs, servos etc). // Support for MCP23008, MCP23017 and PCF9584 I2C GPIO Extender modules.