From 8b70bb546e0351fb1347b0f9d2092839ada07b52 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:01:42 +0800 Subject: [PATCH] Update esp3d_version.h Signed-off-by: Luc <8822552+luc-github@users.noreply.github.com> --- esp3d/src/include/esp3d_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/src/include/esp3d_version.h b/esp3d/src/include/esp3d_version.h index 478698ad..2cf1616b 100644 --- a/esp3d/src/include/esp3d_version.h +++ b/esp3d/src/include/esp3d_version.h @@ -22,7 +22,7 @@ #define _VERSION_ESP3D_H // version and sources location -#define FW_VERSION "3.0.0.2b1" +#define FW_VERSION "3.0.0.3b1" #define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0" #endif //_VERSION_ESP3D_H