mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Bump versions
This commit is contained in:
parent
8dfcab43c0
commit
454a234449
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ import (
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// set information
|
// set information
|
||||||
info.Set("Portmaster", "0.5.7", "AGPLv3", true)
|
info.Set("Portmaster", "0.6.0", "AGPLv3", true)
|
||||||
|
|
||||||
// enable SPN client mode
|
// enable SPN client mode
|
||||||
conf.EnableClient(true)
|
conf.EnableClient(true)
|
||||||
|
|
|
@ -77,7 +77,7 @@ func main() {
|
||||||
cobra.OnInitialize(initCobra)
|
cobra.OnInitialize(initCobra)
|
||||||
|
|
||||||
// set meta info
|
// set meta info
|
||||||
info.Set("Portmaster Start", "0.4.2", "AGPLv3", false)
|
info.Set("Portmaster Start", "0.5.0", "AGPLv3", false)
|
||||||
|
|
||||||
// catch interrupt for clean shutdown
|
// catch interrupt for clean shutdown
|
||||||
signalCh := make(chan os.Signal, 2)
|
signalCh := make(chan os.Signal, 2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue