From 336340269bf0fac957a652905877d9de66afdaaf Mon Sep 17 00:00:00 2001 From: Evan Burkey Date: Fri, 8 Aug 2025 09:30:16 -0700 Subject: [PATCH] 1.1.0 --- version.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)