diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-17 23:00:01 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-17 23:00:01 +0300 |
| commit | 6468d9f188001d70931c7e2844c44665a7aacd9b (patch) | |
| tree | fa06584e38b9614bc0314e071e9c31ffc858d341 | |
| parent | 0df6aba990ffd6eb42a14295249fefed1ac7adb5 (diff) | |
chore: bump version to 0.11.2v0.11.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 a4ae7fc..474a4ef 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.11.1" +const Version = "0.11.2" |
