Skip to content

Commit

Permalink
Update version.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt committed Aug 26, 2024
1 parent da01fae commit da0328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "AsyncFsWebServer.h"
const char* AsyncFsWebServer::getVersion() {
return "1.0.5";
return "1.0.6";
}

0 comments on commit da0328d

Please sign in to comment.