client/internal/build/build.go (
5
lines of code) (
raw
):
package build // version holds the current version string, provided via go ldflags. var version string func GetVersion() string { return version }