0

Try to fix builds saying they are dev

This commit is contained in:
Gabe Kangas 2021-03-07 20:29:44 -08:00
parent c9052bab9f
commit 89cf92640c
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ var ConfigFilePath = "config.yaml"
var GitCommit = "" var GitCommit = ""
// BuildPlatform is the optional platform this release was built for. // BuildPlatform is the optional platform this release was built for.
var BuildPlatform = "local" var BuildPlatform = "dev"
// GetReleaseString gets the version string. // GetReleaseString gets the version string.
func GetReleaseString() string { func GetReleaseString() string {

View File

@ -25,7 +25,7 @@ var (
// BuildVersion is the version. // BuildVersion is the version.
BuildVersion = config.StaticVersionNumber BuildVersion = config.StaticVersionNumber
// BuildPlatform is the type of build. // BuildPlatform is the type of build.
BuildPlatform = "dev" BuildPlatform = ""
) )
func main() { func main() {