mirror of
https://github.com/safing/portmaster
synced 2025-09-01 10:09:11 +00:00
Bump start version
This commit is contained in:
parent
b1b4f95a84
commit
1ce9049ca0
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ func main() {
|
||||||
cobra.OnInitialize(initCobra)
|
cobra.OnInitialize(initCobra)
|
||||||
|
|
||||||
// set meta info
|
// set meta info
|
||||||
info.Set("Portmaster Start", "0.4.1", "AGPLv3", false)
|
info.Set("Portmaster Start", "0.4.2", "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