diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-07 14:43:19 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-07 14:43:19 +0300 |
| commit | a74900667374d8c0098ebda56c378fb5b3b56d55 (patch) | |
| tree | 9ed6f39430969dd7f844cfab1bc60e6ed20bf0a5 | |
| parent | 54aa859adc8c96e8bc6551c0c7d40446144c98ea (diff) | |
chore: bump version to v0.7.2v0.7.2
| -rw-r--r-- | internal/version.go | 2 |
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" |
