Explorar o código

chore: update goctl version to 1.3.2 (#1524)

Kevin Wan %!s(int64=3) %!d(string=hai) anos
pai
achega
0ce85376bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/goctl/internal/version/version.go

+ 1 - 1
tools/goctl/internal/version/version.go

@@ -6,7 +6,7 @@ import (
 )
 
 // BuildVersion is the version of goctl.
-const BuildVersion = "1.3.0-20220201"
+const BuildVersion = "1.3.2"
 
 var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}