Update meta information for new info.Set call

This commit is contained in:
Daniel 2019-03-13 12:40:58 +01:00
parent 0617bb3785
commit 4eed7d8bc0
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ import (
func main() {
// Set Info
info.Set("Portmaster (DNS only)", "0.2.0")
info.Set("Portmaster (DNS only)", "0.2.0", "AGPLv3", false)
// Start
err := modules.Start()

View file

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

View file

@ -55,7 +55,7 @@ func main() {
// }()
// set meta info
info.Set("Portmaster Control", "0.1.1")
info.Set("Portmaster Control", "0.1.2", "AGPLv3", true)
// check if meta info is ok
err := info.CheckVersion()