Browse Source

update goctl version to 1.2.1 (#1042)

Kevin Wan 3 năm trước cách đây
mục cha
commit
2bd95aa007
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {