This commit is contained in:
2025-06-07 09:36:56 +02:00
parent ebdf1336a1
commit f1d156ea84
4 changed files with 18 additions and 9 deletions

View File

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