Bump versions and update portbase

This commit is contained in:
Daniel
2021-05-18 15:55:12 +02:00
parent 275c426aea
commit 82a7350f9a
4 changed files with 5 additions and 3 deletions

View File

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

View File

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