Merge pull request #104 from Yuzuki616/dev

Sync
This commit is contained in:
Yuzuki 2023-07-23 18:49:37 +08:00 committed by GitHub
commit 5bc69ad6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,4 +31,5 @@ func showVersion() {
fmt.Printf("Supported cores: %s\n", strings.Join(vCore.RegisteredCore(), ", "))
// Warning
fmt.Println(Warn("This version need V2board version >= 1.7.0."))
fmt.Println(Warn("The version have many changed for config, please check your config file"))
}