This commit is contained in:
2025-06-09 00:55:20 +02:00
parent b4bbd427aa
commit 73e5da15bf
6 changed files with 7 additions and 8 deletions

View File

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