# Functions
Get returns a V struct with all the version information This is used to populate the version endpoint of the API.
# Constants
Version returns the main version number that is being run at the moment.
# Variables
AppName returns the name of the app.
Branch returns the branch name.
BuildDate returns the date the binary was built.
GitCommit returns the git commit that was compiled.
GoVersion returns the version of the go runtime used to compile the binary.
OsArch returns the os and arch used to build the binary.