diff --git a/FyneApp.toml b/FyneApp.toml index a0ecff2..f74f5b5 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -2,5 +2,5 @@ Icon = "Icon.png" Name = "EpochSilicon" ID = "com.burkey.epochsilicon" - Version = "1.0.6" + Version = "1.0.7" Build = 30 diff --git a/main.go b/main.go index b117758..a80e1dd 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "strings" ) -const appVersion = "1.0.6" +const appVersion = "1.0.7" func main() { log.SetupLogging()