1.1.0
This commit is contained in:
@@ -7,8 +7,10 @@ import (
|
|||||||
"regexp"
|
"regexp"
|
||||||
)
|
)
|
||||||
|
|
||||||
const version = "1.0.10"
|
const (
|
||||||
const versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go"
|
version = "1.1.0"
|
||||||
|
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