summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-06 09:02:07 +0300
committerPaul Buetow <paul@buetow.org>2026-06-06 09:02:07 +0300
commitdc17b7469c2055961892bbb3175d4ab0fb1d1180 (patch)
tree541bf267994875abeedce0fddf399c95174d5fba /internal/version.go
parent1433f7a13ede0c819ec4f8fd4027ad3df8daa94f (diff)
Add 'ask edit ID' to edit task description in $EDITOR; bump to 0.41.0v0.41.0
Amp-Thread-ID: https://ampcode.com/threads/T-019e9b82-6ba0-77a4-b4a0-5c2cbf9bf39f Co-authored-by: Amp <amp@ampcode.com>
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 f99e47f..e569bfa 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,4 +1,4 @@
// Package internal provides the Hexai semantic version identifier used by CLI and LSP binaries.
package internal
-const Version = "0.40.0"
+const Version = "0.41.0"