Bump version to 0.4.1

This commit is contained in:
Daniel
2020-04-21 13:01:24 +02:00
parent bc3412a4a3
commit f78dd18869

View File

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