package version const ( version = "0.0.15" ) func Version() string { return version }