Rename components

portmaster -> portmaster-core
pmctl -> portmaster-control
This commit is contained in:
Daniel
2019-07-04 13:57:55 +02:00
parent 457e6f21a2
commit b5cc3121ae
6 changed files with 18 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ func init() {
func main() {
// Set Info
info.Set("Portmaster", "0.2.5", "AGPLv3", true)
info.Set("Portmaster", "0.3.0", "AGPLv3", true)
// Start
err := modules.Start()