Bump version

This commit is contained in:
Daniel 2020-07-22 14:44:00 +02:00
parent 2dfc5da531
commit 7b12384b63

View file

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