Bump version

This commit is contained in:
Daniel 2020-07-17 16:25:40 +02:00
parent fea40208f3
commit 813346e829

View file

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