fix: CRLF of private key (#7)

This commit is contained in:
lollipopkit
2024-01-14 21:32:32 +08:00
parent 11dca4c37c
commit df800aba70
6 changed files with 37 additions and 35 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 702;
static const String engine = "3.16.6";
static const String buildAt = "2024-01-11 21:40:36";
static const int modifications = 3;
static const int build = 703;
static const String engine = "3.16.7";
static const String buildAt = "2024-01-14 19:40:49";
static const int modifications = 6;
static const int script = 34;
}