Bump core and start version

This commit is contained in:
Daniel
2021-08-18 17:12:39 +02:00
parent 3eddb60752
commit 85cb66dc92
2 changed files with 2 additions and 2 deletions

View File

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