Browse Source

update goctl version to 1.1.8 (#696)

Kevin Wan 4 years ago
parent
commit
73417f54db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/goctl/goctl.go

+ 1 - 1
tools/goctl/goctl.go

@@ -29,7 +29,7 @@ import (
 )
 
 var (
-	buildVersion = "1.1.6"
+	buildVersion = "1.1.8"
 	commands     = []cli.Command{
 		{
 			Name:   "upgrade",