mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Bump versions
This commit is contained in:
parent
4049bfbeb1
commit
04c846a0da
2 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,6 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
info.Set("Portmaster", "0.4.16", "AGPLv3", true)
|
||||
info.Set("Portmaster", "0.4.17", "AGPLv3", true)
|
||||
os.Exit(run.Run())
|
||||
}
|
||||
|
|
|
@ -75,7 +75,7 @@ func main() {
|
|||
cobra.OnInitialize(initCobra)
|
||||
|
||||
// set meta info
|
||||
info.Set("Portmaster Start", "0.4.0", "AGPLv3", false)
|
||||
info.Set("Portmaster Start", "0.4.1", "AGPLv3", false)
|
||||
|
||||
// catch interrupt for clean shutdown
|
||||
signalCh := make(chan os.Signal, 2)
|
||||
|
|
Loading…
Add table
Reference in a new issue