From 6a963d77e1cb0f81196fa9f5e2083bf3689c7c27 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Mon, 16 May 2022 13:18:49 +0800 Subject: [PATCH] Bumb devt version --- esp3d/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/config.h b/esp3d/config.h index a7b97e63..c0e991ae 100644 --- a/esp3d/config.h +++ b/esp3d/config.h @@ -19,7 +19,7 @@ */ //version and sources location -#define FW_VERSION "2.1.2" +#define FW_VERSION "2.1.3b0" #define REPOSITORY "https://github.com/luc-github/ESP3D" //Customize ESP3D ////////////////////////////////////////////////////////////////////////