瀏覽代碼

update goctl version to 1.2.2 (#1125)

Kevin Wan 3 年之前
父節點
當前提交
426b09c356
共有 2 個文件被更改,包括 1 次插入16 次删除
  1. 0 15
      tools/goctl/CHANGE_LOG.MD
  2. 1 1
      tools/goctl/internal/version/version.go

+ 0 - 15
tools/goctl/CHANGE_LOG.MD

@@ -1,15 +0,0 @@
-# 2020-01-08
-
-## features ![](https://img.shields.io/static/v1?label=&message=new&color=red)
-
-* reactor api parse by g4
-* add syntax lexer for api
-* support java-style documentation comments
-* support parsing doc and comment
-* support import group
-
-> original: [api grammar document](./api/parser/readme.md)
-
-# 2020-01-08
-
-* add change log

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

@@ -6,7 +6,7 @@ import (
 )
 
 // BuildVersion is the version of goctl.
-const BuildVersion = "1.2.2-beta"
+const BuildVersion = "1.2.2"
 
 // GetGoctlVersion returns BuildVersion
 func GetGoctlVersion() string {