Update portbase for improved version info, fix license strings

This commit is contained in:
Daniel
2024-04-10 14:08:48 +02:00
parent 6090518124
commit c68aff5a9b
6 changed files with 6 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ func main() {
cobra.OnInitialize(initCobra)
// set meta info
info.Set("Portmaster Start", "1.6.0", "AGPLv3", false)
info.Set("Portmaster Start", "", "GPLv3")
// catch interrupt for clean shutdown
signalCh := make(chan os.Signal, 2)