mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Bump versions
This commit is contained in:
parent
2b1b2bab55
commit
fc2375e557
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ import (
|
|||
|
||||
func main() {
|
||||
// set information
|
||||
info.Set("Portmaster", "0.6.12", "AGPLv3", true)
|
||||
info.Set("Portmaster", "0.6.13", "AGPLv3", true)
|
||||
|
||||
// Configure metrics.
|
||||
metrics.SetNamespace("portmaster")
|
||||
|
|
|
@ -77,7 +77,7 @@ func main() {
|
|||
cobra.OnInitialize(initCobra)
|
||||
|
||||
// set meta info
|
||||
info.Set("Portmaster Start", "0.5.2", "AGPLv3", false)
|
||||
info.Set("Portmaster Start", "0.5.3", "AGPLv3", false)
|
||||
|
||||
// catch interrupt for clean shutdown
|
||||
signalCh := make(chan os.Signal, 2)
|
||||
|
|
Loading…
Add table
Reference in a new issue