Jerry 6 years ago
parent
commit
ad1b832e9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      constant.go

+ 1 - 1
constant.go

@@ -7,5 +7,5 @@ const (
 	SUCCESS    = "SUCCESS"
 	FAIL       = "FAIL"
 	OK         = "OK"
-	Version    = "1.5.2"
+	Version    = "1.5.3"
 )