From 31a61adcb943dc20f23f4156715a9cc28e163350 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 17 Aug 2019 18:44:52 +0200 Subject: [PATCH] bump to b3 with the RC300 fix --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 39366d558..a92a8cd4c 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define APP_NAME "EMS-ESP" -#define APP_VERSION "1.9.0b2" +#define APP_VERSION "1.9.0b3" #define APP_HOSTNAME "ems-esp" #define APP_URL "https://github.com/proddy/EMS-ESP" #define APP_UPDATEURL "https://api.github.com/repos/proddy/EMS-ESP/releases/latest"