Prepare version for release

This commit is contained in:
Luc
2025-10-09 13:21:33 +08:00
parent e4ab6ff524
commit 9f20f8b162
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
#define _VERSION_ESP3D_H #define _VERSION_ESP3D_H
// version and sources location // 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" #define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
#endif //_VERSION_ESP3D_H #endif //_VERSION_ESP3D_H

View File

@@ -1,3 +1,3 @@
{ {
"version": "3.0.0.5b1" "version": "3.0.0"
} }