This commit is contained in:
2025-07-30 21:13:15 +02:00
parent 4d5c810786
commit 170b5c7912
5 changed files with 15 additions and 12 deletions

View File

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