fix: update version to match with the release (#4645)

This commit is contained in:
Rui Chen
2025-02-12 20:11:09 -05:00
committed by GitHub
parent f113d512e8
commit f2914a74df

View File

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