This commit is contained in:
2025-07-25 21:57:35 -07:00
parent ca77c609cd
commit 718eace492
2 changed files with 3 additions and 3 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.8" Version = "1.0.9"
Build = 30 Build = 31

View File

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