summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-07 11:27:43 +0300
committerPaul Buetow <paul@buetow.org>2025-09-07 11:27:43 +0300
commit0d424adfc64da1c61296c66a99162ec68cc4f8d0 (patch)
tree2aaaad9e6c5c1886809d213a4bf4f0fe8a5bc3c8 /internal/version.go
parent8889949ad3851bfbf36ff5b73128286d67c88201 (diff)
hexai-action: integrate tmux orchestration; add internal/tmux; tests+docs; bump version to v0.7.0v0.7.0
Diffstat (limited to 'internal/version.go')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 39ed42e..c7a63eb 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,4 +1,4 @@
// Summary: Hexai semantic version identifier used by CLI and LSP binaries.
package internal
-const Version = "0.6.0"
+const Version = "0.7.0"