Bump versions

This commit is contained in:
Daniel
2022-01-27 09:54:21 +01:00
parent 2e7aee276a
commit 93edc10ac2
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import (
func main() {
// set information
info.Set("Portmaster", "0.7.19", "AGPLv3", true)
info.Set("Portmaster", "0.7.20", "AGPLv3", true)
// Configure metrics.
metrics.SetNamespace("portmaster")

View File

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