Bump versions

This commit is contained in:
Daniel 2020-05-02 14:10:39 +02:00
parent ef2c9066ce
commit 25f36be935
2 changed files with 2 additions and 2 deletions

View file

@ -15,6 +15,6 @@ import (
)
func main() {
info.Set("Portmaster", "0.4.1", "AGPLv3", true)
info.Set("Portmaster", "0.4.2", "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.0", "AGPLv3", true)
info.Set("Portmaster Control", "0.3.1", "AGPLv3", true)
// for debugging
// log.Start()