bump new version 16.0.7.0-1

Signed-off-by: Double Sine <xiao_ai_yu@live.cn>
This commit is contained in:
Double Sine 2022-05-11 12:57:40 +08:00
parent 8231a211ae
commit c1c6ad1b00
No known key found for this signature in database
GPG Key ID: 44460E4F43EA8633
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ namespace nkg {
static void welcome() { static void welcome() {
_putws(L"***************************************************"); _putws(L"***************************************************");
_putws(L"* navicat-keygen by @DoubleLabyrinth *"); _putws(L"* navicat-keygen by @DoubleLabyrinth *");
_putws(L"* version: 16.0.7.0 *"); _putws(L"* version: 16.0.7.0-1 *");
_putws(L"***************************************************"); _putws(L"***************************************************");
_putws(L""); _putws(L"");
} }

View File

@ -27,7 +27,7 @@
void welcome() { void welcome() {
_putws(L"***************************************************"); _putws(L"***************************************************");
_putws(L"* navicat-patcher by @DoubleLabyrinth *"); _putws(L"* navicat-patcher by @DoubleLabyrinth *");
_putws(L"* version: 16.0.7.0 *"); _putws(L"* version: 16.0.7.0-1 *");
_putws(L"***************************************************"); _putws(L"***************************************************");
_putws(L""); _putws(L"");
} }