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

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