From 47013033ec444983f72a290bc43e7a6ab2d2f9c2 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 15 Aug 2021 20:44:18 +0800 Subject: [PATCH] Release 1.3.0 --- GPClient/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPClient/main.cpp b/GPClient/main.cpp index 61ba488..9950a39 100644 --- a/GPClient/main.cpp +++ b/GPClient/main.cpp @@ -6,7 +6,7 @@ #include #include -static const QString version = "v1.2.9"; +static const QString version = "v1.3.0"; int main(int argc, char *argv[]) {