Browse Source

update goctl version to 1.1.3 (#402)

Kevin Wan 3 years ago
parent
commit
572b32729f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/goctl/goctl.go

+ 1 - 1
tools/goctl/goctl.go

@@ -28,7 +28,7 @@ import (
 )
 )
 
 
 var (
 var (
-	BuildVersion = "1.1.4"
+	BuildVersion = "1.1.3"
 	commands     = []cli.Command{
 	commands     = []cli.Command{
 		{
 		{
 			Name:   "upgrade",
 			Name:   "upgrade",