Bump version

This commit is contained in:
Daniel
2022-11-10 20:03:07 +01:00
parent 90915afe20
commit dc98485fe6
2 changed files with 2 additions and 2 deletions

View File

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