summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-07 14:43:19 +0300
committerPaul Buetow <paul@buetow.org>2025-09-07 14:43:19 +0300
commita74900667374d8c0098ebda56c378fb5b3b56d55 (patch)
tree9ed6f39430969dd7f844cfab1bc60e6ed20bf0a5
parent54aa859adc8c96e8bc6551c0c7d40446144c98ea (diff)
chore: bump version to v0.7.2v0.7.2
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 985e404..d4734ff 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.7.1"
+const Version = "0.7.2"