From b550c67909488c39e48890426d2d11923488497f Mon Sep 17 00:00:00 2001 From: Apfel <32610623+Apfel@users.noreply.github.com> Date: Tue, 12 Feb 2019 07:00:22 +0100 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")