internal/build/build.go (8 lines of code) (raw):
package build
const (
// GitHubLink is the static HTTPS URL for EC2 macOS Utils public GitHub repository.
GitHubLink = "https://github.com/aws/ec2-macos-utils"
)
var (
// CommitDate is the date of the latest commit in the repository. This variable gets set at build-time.
CommitDate string
// Version is the latest version of the utility. This variable gets set at build-time.
Version string
)