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"