diff --git a/version.go b/version.go index 19790fe..001a2ad 100644 --- a/version.go +++ b/version.go @@ -7,7 +7,7 @@ import ( "regexp" ) -const version = "1.0.6" +const version = "1.0.7" const versionUrl = "https://git.burkey.co/eburk/epochcli/raw/branch/master/version.go" func needUpdate() (bool, error) {