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