From e8b0e0a8269e7c36db33edd584b015551ff65b24 Mon Sep 17 00:00:00 2001 From: jysperm Date: Fri, 5 Nov 2021 13:34:36 +0800 Subject: [PATCH] :bookmark: Release 0.3.1 --- leancloud/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leancloud/client.go b/leancloud/client.go index 9e7341f..59699be 100644 --- a/leancloud/client.go +++ b/leancloud/client.go @@ -7,7 +7,7 @@ import ( "strings" ) -const Version = "0.3.0" +const Version = "0.3.1" type Client struct { serverURL string