1 Commits

Author SHA1 Message Date
f916ba0059 fix version check 2025-07-07 11:32:38 -07:00

View File

@ -7,10 +7,8 @@ import (
"regexp"
)
const (
version = "1.0.4"
versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go"
)
const version = "1.0.5"
const versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go"
func needUpdate() (bool, error) {
resp, err := http.Get(versionUrl)