Bump versions

This commit is contained in:
Daniel
2022-10-11 14:58:03 +02:00
parent 0fc90e6ff0
commit 7cff7df7b3
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", "0.9.8", "AGPLv3", false)
info.Set("Portmaster Start", "0.9.10", "AGPLv3", false)
// catch interrupt for clean shutdown
signalCh := make(chan os.Signal, 2)