diff --git a/tools/goctl/CHANGE_LOG.MD b/tools/goctl/CHANGE_LOG.MD deleted file mode 100644 index 793cc73a..00000000 --- a/tools/goctl/CHANGE_LOG.MD +++ /dev/null @@ -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 \ No newline at end of file diff --git a/tools/goctl/internal/version/version.go b/tools/goctl/internal/version/version.go index 5d60e9d7..fa00c247 100644 --- a/tools/goctl/internal/version/version.go +++ b/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 {