Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
f916ba0059 |
@ -7,10 +7,8 @@ import (
|
|||||||
"regexp"
|
"regexp"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const version = "1.0.5"
|
||||||
version = "1.0.4"
|
const versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go"
|
||||||
versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go"
|
|
||||||
)
|
|
||||||
|
|
||||||
func needUpdate() (bool, error) {
|
func needUpdate() (bool, error) {
|
||||||
resp, err := http.Get(versionUrl)
|
resp, err := http.Get(versionUrl)
|
||||||
|
Reference in New Issue
Block a user