diff --git a/cmd/codebase-memory-mcp/update.go b/cmd/codebase-memory-mcp/update.go index 524d13b..faf66c8 100644 --- a/cmd/codebase-memory-mcp/update.go +++ b/cmd/codebase-memory-mcp/update.go @@ -54,7 +54,7 @@ func runUpdate(args []string) int { } if selfupdate.CompareVersions(latest, currentVersion) <= 0 { - fmt.Printf("Already up to date (v%s).\n", currentVersion) + fmt.Printf("Already up to date (%s).\n", currentVersion) return 0 }