#84 fix: sftp upload

This commit is contained in:
lollipopkit
2023-08-03 13:42:30 +08:00
parent 43d3e576e2
commit 0260444ca0
4 changed files with 22 additions and 22 deletions

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 405;
static const int build = 406;
static const String engine = "3.10.6";
static const String buildAt = "2023-08-02 23:07:25.944886";
static const String buildAt = "2023-08-02 23:34:08.619104";
static const int modifications = 2;
}