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