瀏覽代碼

chore: update goctl version to 1.3.2 (#1524)

Kevin Wan 3 年之前
父節點
當前提交
0ce85376bf
共有 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.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}