Bump core version

This commit is contained in:
Daniel 2020-07-31 16:22:00 +02:00
parent 866f1981e0
commit defd88d3a0

View file

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