From cdaa1a2b81feee0f795f5adf08085f3582a8f104 Mon Sep 17 00:00:00 2001
From: Yiran <cuiyiran3@gmail.com>
Date: Thu, 27 Oct 2022 11:36:47 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.3.2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 leancloud/client.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/leancloud/client.go b/leancloud/client.go
index 5c8f8ec..563f31f 100644
--- a/leancloud/client.go
+++ b/leancloud/client.go
@@ -7,7 +7,7 @@ import (
 	"strings"
 )
 
-const Version = "0.3.1"
+const Version = "0.3.2"
 
 type Client struct {
 	serverURL     string