Bump versions

This commit is contained in:
Daniel
2022-04-13 11:55:59 +02:00
parent fc3c1ccdbb
commit ce99f10038
2 changed files with 2 additions and 2 deletions

View File

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