// package to return the program version package version const ( version = "0.3.5" ) // return the current application version func Version() string { return version }