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