From d993dc22f4df22c120152c155c783103dcbc24d3 Mon Sep 17 00:00:00 2001 From: Dalton Williams Date: Sun, 1 Dec 2024 11:30:30 -0600 Subject: [PATCH] Updated version to v0.10.0 --- 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 8a59dfb..b4f2dcd 100644 --- a/cmd/aocli/updater.go +++ b/cmd/aocli/updater.go @@ -19,7 +19,7 @@ import ( ) // Internally tracked version to compare against GitHub releases -const currentVersion = "v0.9.12" +const currentVersion = "v0.10.0" // const currentVersion = "v0.0.0"