Testing version, promoting to stable release after testing

This commit is contained in:
root
2024-04-21 20:26:42 +02:00
parent 3a23981a77
commit 97d8ebb5b8
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
#Ignore binary
build/uFTP
test
test.c

View File

@ -27,7 +27,7 @@
#define FTPSERVER_H
#define MAX_FTP_CLIENTS 10
#define UFTP_SERVER_VERSION "v2.3.0 RC2"
#define UFTP_SERVER_VERSION "v2.4.0 RC3"
void runFtpServer(void);