release: v1.7.0 - Linux ARM, Windows, and macOS theta-agent binaries

This commit is contained in:
2026-08-08 15:38:53 -04:00
parent aa1f85a9d5
commit 48248475c4
9 changed files with 366 additions and 33 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ func handleCLI(args []string) bool {
runReinitialize(args[1:])
return true
case "--version", "version", "-v":
fmt.Println("Theta Agent v1.2.0")
fmt.Println("Theta Agent v1.7.0")
return true
case "--help", "help", "-h":
printUsage()