Browse Source

Try to fix builds saying they are dev

pull/794/head
Gabe Kangas 4 years ago
parent
commit
89cf92640c
  1. 2
      config/config.go
  2. 2
      main.go

2
config/config.go

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

2
main.go

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

Loading…
Cancel
Save