mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Bump version of portmaster-start to 0.4.0
This commit is contained in:
parent
b5dbd35e3c
commit
1fa6cbcc6b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ func main() {
|
|||
cobra.OnInitialize(initCobra)
|
||||
|
||||
// set meta info
|
||||
info.Set("Portmaster Start", "0.3.5", "AGPLv3", false)
|
||||
info.Set("Portmaster Start", "0.4.0", "AGPLv3", false)
|
||||
|
||||
// catch interrupt for clean shutdown
|
||||
signalCh := make(chan os.Signal, 2)
|
||||
|
|
Loading…
Add table
Reference in a new issue