summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-02 14:59:50 +0200
committerPaul Buetow <paul@buetow.org>2026-03-02 14:59:50 +0200
commitba4b4b340b17450fa86122f227a75ef054e0ad53 (patch)
tree83c3dd812a7545ba9f2b0eb8766ad4f47148f0c4
parentf80462176d1ad0daf20b05d6410074369148c245 (diff)
release: v0.20.1v0.20.1
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index aa307a3..fed64cc 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.20.0"
+const Version = "0.20.1"