Bump version

This commit is contained in:
Daniel 2020-06-05 16:16:30 +02:00
parent 1d6ee1f8cf
commit 88322262d8

View file

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