From 7d665fe577f013095db73950e4e7915f9e39ad7d Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Tue, 30 Nov 2021 20:08:58 +0100 Subject: [PATCH] update version --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 3089db9..967d6e6 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ #include "StringFormatter.h" -#define VERSION "3.2.0 rc5" +#define VERSION "3.2.0 rc6" // 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.