mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Bump versions
This commit is contained in:
parent
936eebdf02
commit
a8dfa67abb
2 changed files with 2 additions and 2 deletions
2
main.go
2
main.go
|
@ -15,6 +15,6 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
info.Set("Portmaster", "0.4.5", "AGPLv3", true)
|
||||
info.Set("Portmaster", "0.4.6", "AGPLv3", true)
|
||||
os.Exit(run.Run())
|
||||
}
|
||||
|
|
|
@ -71,7 +71,7 @@ func init() {
|
|||
|
||||
func main() {
|
||||
// set meta info
|
||||
info.Set("Portmaster Control", "0.3.2", "AGPLv3", true)
|
||||
info.Set("Portmaster Control", "0.3.3", "AGPLv3", true)
|
||||
|
||||
// for debugging
|
||||
// log.Start()
|
||||
|
|
Loading…
Add table
Reference in a new issue