From 84f14806538b87db476ac010cd6e12af4987f302 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Tue, 31 Aug 2021 20:54:04 +0800 Subject: [PATCH] release 1.3.1 --- GPClient/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPClient/main.cpp b/GPClient/main.cpp index 9950a39..b89f420 100644 --- a/GPClient/main.cpp +++ b/GPClient/main.cpp @@ -6,7 +6,7 @@ #include #include -static const QString version = "v1.3.0"; +static const QString version = "v1.3.1"; int main(int argc, char *argv[]) {