summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-28 17:54:54 +0300
committerPaul Buetow <paul@buetow.org>2025-09-28 19:56:05 +0300
commit42ad1a5ef6372e9117c343d728c7a840105e4400 (patch)
tree90fa7c822f190075d126928e8746e4797be5ba6e
parent9cae3b4218184d32033498c6b4ddc43959046cdf (diff)
Bump version to 0.13.0v0.13.0
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 49a4acd..cda626b 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.12.1"
+const Version = "0.13.0"