feat(goctl): Add with session for model tpl (#3272)

This commit is contained in:
anqiansong
2023-05-24 15:34:26 +08:00
committed by GitHub
parent 278ae3d26a
commit 3ca40001b4
2 changed files with 8 additions and 1 deletions

View File

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