This commit is contained in:
2025-07-10 15:39:03 -07:00
parent d21e48c1c9
commit 2cb2208478

View File

@ -7,7 +7,7 @@ import (
"regexp" "regexp"
) )
const version = "1.0.5" const version = "1.0.6"
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) {