Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GetStream/stream-cli
/ FmtVersion
Function
FmtVersion
pkg/version/version.go:13–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
)
12
13
func
FmtVersion() string {
14
return
fmt.Sprintf(
"%d.%d.%d"
,
15
versionMajor,
16
versionMinor,
17
versionPatch)
18
}
Callers
2
getUrl
Function · 0.92
NewCmd
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected