fix: ssh virt keys (#260)

This commit is contained in:
lollipopkit
2024-01-29 10:55:33 +08:00
parent d1441fbafe
commit e04fede462
6 changed files with 39 additions and 31 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 726;
static const int build = 729;
static const String engine = "3.16.8";
static const String buildAt = "2024-01-27 23:32:47";
static const int modifications = 3;
static const String buildAt = "2024-01-28 23:13:08";
static const int modifications = 5;
static const int script = 36;
}