This commit is contained in:
2025-07-20 11:33:02 -07:00
parent 89f954eec9
commit f3e50a197f

View File

@ -7,7 +7,7 @@ import (
"regexp" "regexp"
) )
const version = "1.0.7" const version = "1.0.8"
const versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go" const versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go"
func needUpdate() (bool, error) { func needUpdate() (bool, error) {