Bump versions

This commit is contained in:
Daniel
2021-06-07 12:26:58 +02:00
parent 29ca6699aa
commit 0c5ac8bc27
4 changed files with 5 additions and 3 deletions

View File

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