Explorar o código

update goctl version to 1.2.1 (#1042)

Kevin Wan %!s(int64=3) %!d(string=hai) anos
pai
achega
2bd95aa007
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.2.0"
+const BuildVersion = "1.2.1"
 
 // GetGoctlVersion returns BuildVersion
 func GetGoctlVersion() string {