From d8bf06e44c0bda3a146570cf7b4d8af189683526 Mon Sep 17 00:00:00 2001 From: Dalton Williams Date: Sat, 10 Aug 2024 18:30:35 -0500 Subject: [PATCH] Forgot to increment internal version oops --- cmd/aocli/updater.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/aocli/updater.go b/cmd/aocli/updater.go index 69fa009..9676cbd 100644 --- a/cmd/aocli/updater.go +++ b/cmd/aocli/updater.go @@ -14,7 +14,7 @@ import ( ) // Internally tracked version to compare against GitHub releases -const currentVersion = "v0.0.0" +const currentVersion = "v0.9.1" const repoURL = "https://api.github.com/repos/DaltonSW/aocGo/releases/latest" type githubRelease struct {