mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
fix bug
This commit is contained in:
4
main.go
4
main.go
@@ -30,8 +30,8 @@ var (
|
||||
func showVersion() {
|
||||
fmt.Printf("%s %s (%s) \n", codename, version, intro)
|
||||
// Warning
|
||||
fmt.Printf("%sThis version need V2board version >= 1.7.0.", warnColor)
|
||||
fmt.Printf("%sThis version changed config file. Please check config file before running.", warnColor)
|
||||
fmt.Printf("%sThis version need V2board version >= 1.7.0.\n", warnColor)
|
||||
fmt.Printf("%sThis version changed config file. Please check config file before running.\n", warnColor)
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user