瀏覽代碼

update goctl version to 1.2.1 (#1042)

Kevin Wan 3 年之前
父節點
當前提交
2bd95aa007
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {