Fix test bin

This commit is contained in:
Daniel 2024-04-10 13:55:43 +02:00
parent 16d99c76e5
commit e7611f0469

View file

@ -10,7 +10,7 @@ import (
func main() {
// Set Info
info.Set("Portbase", "0.0.1", "GPLv3", false)
info.Set("Portbase", "0.0.1", "GPLv3")
// Run
os.Exit(run.Run())