Bump versions

This commit is contained in:
Daniel
2021-02-11 22:33:55 +01:00
parent 00d7f5c3eb
commit 6c0df1155e
2 changed files with 2 additions and 2 deletions

View File

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