docs: update install readme (#1417)

This commit is contained in:
Kevin Wan
2022-01-05 12:31:49 +08:00
committed by GitHub
parent ba6a7c9dc8
commit 892f93a716
3 changed files with 7 additions and 7 deletions

View File

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