Bump versions

This commit is contained in:
Daniel
2020-05-29 15:13:33 +02:00
parent c7706857e8
commit 328884c354
2 changed files with 2 additions and 2 deletions

View File

@@ -15,6 +15,6 @@ import (
)
func main() {
info.Set("Portmaster", "0.4.6", "AGPLv3", true)
info.Set("Portmaster", "0.4.7", "AGPLv3", true)
os.Exit(run.Run())
}

View File

@@ -71,7 +71,7 @@ func init() {
func main() {
// set meta info
info.Set("Portmaster Control", "0.3.3", "AGPLv3", false)
info.Set("Portmaster Control", "0.3.4", "AGPLv3", false)
// for debugging
// log.Start()