Bump versions

This commit is contained in:
Daniel 2021-03-23 14:43:06 +01:00
parent f41696cea7
commit 986e868c27
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ import (
func main() {
// set information
info.Set("Portmaster", "0.6.6", "AGPLv3", true)
info.Set("Portmaster", "0.6.7", "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.1", "AGPLv3", false)
info.Set("Portmaster Start", "0.5.2", "AGPLv3", false)
// catch interrupt for clean shutdown
signalCh := make(chan os.Signal, 2)