diff --git a/main.go b/main.go index e541533..16939c4 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,7 @@ func CheckError(e error) { func main() { // Initial Start. - fmt.Println("WiiSOAP 0.2.4 Kawauso\nReading the Config...") + fmt.Println("WiiSOAP 0.3.0 Kawauso\nReading the Config...") // Check the Config. configfile, err := os.Open("./config.xml")