Przeglądaj źródła

update goctl version to 1.1.3 (#402)

Kevin Wan 3 lat temu
rodzic
commit
572b32729f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/goctl/goctl.go

+ 1 - 1
tools/goctl/goctl.go

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