Jerry 6 years ago
parent
commit
5b13856c2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      model.go

+ 1 - 1
model.go

@@ -7,7 +7,7 @@ const (
 	SUCCESS    = "SUCCESS"
 	FAIL       = "FAIL"
 	OK         = "OK"
-	Version    = "2.0.0"
+	Version    = "2.0.1"
 )
 
 type ReturnMessage struct {