This commit is contained in:
2025-08-07 10:18:28 +02:00
parent 170b5c7912
commit d988e50f0d
7 changed files with 39 additions and 27 deletions

View File

@@ -42,7 +42,7 @@ func main() {
cfg := NewConfig(cfgPath)
log := NewLog()
log.Info("Running FlexDXCluster version 0.7")
log.Info("Running FlexDXCluster version 0.8")
log.Infof("Callsign: %s", cfg.General.Callsign)
DeleteDatabase("./flex.sqlite", log)