diff --git a/version.go b/version.go index 11193ef..918c44b 100644 --- a/version.go +++ b/version.go @@ -7,8 +7,10 @@ import ( "regexp" ) -const version = "1.0.10" -const versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go" +const ( + version = "1.1.0" + versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go" +) func needUpdate() (bool, error) { resp, err := http.Get(versionUrl)