update goctl version to 1.2.2 (#1125)
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
# 2020-01-08
|
|
||||||
|
|
||||||
## features 
|
|
||||||
|
|
||||||
* 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
|
|
||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// BuildVersion is the version of goctl.
|
// BuildVersion is the version of goctl.
|
||||||
const BuildVersion = "1.2.2-beta"
|
const BuildVersion = "1.2.2"
|
||||||
|
|
||||||
// GetGoctlVersion returns BuildVersion
|
// GetGoctlVersion returns BuildVersion
|
||||||
func GetGoctlVersion() string {
|
func GetGoctlVersion() string {
|
||||||
|
|||||||
Reference in New Issue
Block a user