# Variables

BuildDate is the date the application was built.
BuildUser is the user that built the application.
GitBranch is the branch the application was built from.
GitCommit is the commit hash the application was built from.
GoVersion is the version of Go used to build the application.
GoVersionArch is the architecture of Go used to build the application.
GoVersionOS is the operating system of Go used to build the application.
Version is the current version of the application.

# Structs

VersionInfo represents the version information of the application.