l0nax/changelog-go

View on GitHub
pkg/version/version.go

Summary

Maintainability
A
0 mins
Test Coverage
package version

// This file is a "template", the values will be changed when a release is made
var (
    BuildTime   string = "UNSET"
    Version     string = "UNSET"
    Hash        string = "UNSET"   // This is the git commit SHA1 hash
    Environment string = "develop" // Environment contains the "deployment" environment
)