From 2d32b4f7e6f8b9e807d7e34c9179401a0fee670e Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Tue, 22 Dec 2020 15:56:21 +0100 Subject: [PATCH] bump version --- esp3d/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/config.h b/esp3d/config.h index 50b7ae75..20f62ce0 100644 --- a/esp3d/config.h +++ b/esp3d/config.h @@ -19,7 +19,7 @@ */ //version and sources location -#define FW_VERSION "2.1.1.b8" +#define FW_VERSION "2.1.1.b9" #define REPOSITORY "https://github.com/luc-github/ESP3D" //Customize ESP3D ////////////////////////////////////////////////////////////////////////