From 0b8c4555945c537e7e9a4a2db7be89f0e1eb0cb0 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sat, 8 Jan 2022 21:45:46 +0100 Subject: [PATCH] update version --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 680cb8c..1e9776c 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ #include "StringFormatter.h" -#define VERSION "3.2.0 rc9" +#define VERSION "3.2.0 rc10" // 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.