summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-03 16:10:48 +0300
committerPaul Buetow <paul@buetow.org>2025-09-03 16:10:48 +0300
commitf3a1a41d92651d6d19ee6b078c0ffdc825015bde (patch)
treeb0d78129b24a816bb25904a60f841ed54d1216f4 /internal
parent7088db8f1c77a08ad37a1bd0437a0c066dae80fa (diff)
chore: bump version to 0.4.0v0.4.0
Diffstat (limited to 'internal')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 2ad8fab..372522c 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.3.3"
+const Version = "0.4.0"