From 96dce7938fed402e88867f592e3e2c0e09a01627 Mon Sep 17 00:00:00 2001 From: Stormon Force Date: Sat, 24 Apr 2021 16:15:26 -0700 Subject: [PATCH] bump version --- gui.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui.go b/gui.go index 2ce6d78..2e74f4e 100644 --- a/gui.go +++ b/gui.go @@ -22,7 +22,7 @@ import ( ) const ( - VERSION = "1.1.4" + VERSION = "1.2.0" ) // TO DO : Better error checking @@ -345,7 +345,7 @@ func (g *OdileGUI) Init(){ if(err != nil){ fmt.Printf("Send Error %v\n", err) //g.ResetFields() - g.ConsoleLabel.SetText("Error, consider resetting with \'Send\'") + g.ConsoleLabel.SetText("Error, consider resetting with \"Send\"") } log.Println("Send Function:", secret, err) g.SendPasswordLabel.SetText(secret)