Co-authored-by: Kevin Wan <wanjunfeng@gmail.com>
This commit is contained in:
anqiansong
2023-06-17 21:23:57 +08:00
committed by GitHub
parent f5f5261556
commit 45bb547a81
3 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import (
)
// BuildVersion is the version of goctl.
const BuildVersion = "1.5.3"
const BuildVersion = "1.5.4"
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}