Browse Source

Fix version string for local dev

pull/828/head
Gabe Kangas 5 years ago
parent
commit
e366989a7d
  1. 5
      main.go

5
main.go

@ -51,8 +51,9 @@ func main() { @@ -51,8 +51,9 @@ func main() {
} else {
config.GitCommit = time.Now().Format("20060102")
}
config.BuildPlatform = BuildPlatform
if BuildPlatform != "" {
config.BuildPlatform = BuildPlatform
}
log.Infoln(config.GetReleaseString())
// Allows a user to restore a specific database backup

Loading…
Cancel
Save