From 9f20f8b16263be57701d8e06262618780f73de6d Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:21:33 +0800 Subject: [PATCH] Prepare version for release --- esp3d/src/include/esp3d_version.h | 2 +- info.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esp3d/src/include/esp3d_version.h b/esp3d/src/include/esp3d_version.h index fc6f48bb..2004bba0 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.8b1" +#define FW_VERSION "3.0.0" #define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0" #endif //_VERSION_ESP3D_H diff --git a/info.json b/info.json index 595bf156..36e4629f 100644 --- a/info.json +++ b/info.json @@ -1,3 +1,3 @@ { - "version": "3.0.0.5b1" + "version": "3.0.0" }