This commit is contained in:
2025-07-25 21:48:20 -07:00
parent 7397fae6f4
commit 502ca7a4f2
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
Icon = "Icon.png" Icon = "Icon.png"
Name = "EpochSilicon" Name = "EpochSilicon"
ID = "com.burkey.epochsilicon" ID = "com.burkey.epochsilicon"
Version = "1.0.7" Version = "1.0.8"
Build = 30 Build = 30

View File

@@ -11,7 +11,7 @@ import (
"strings" "strings"
) )
const appVersion = "1.0.7" const appVersion = "1.0.8"
func main() { func main() {
log.SetupLogging() log.SetupLogging()