diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-10 20:06:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-10 20:06:08 +0200 |
| commit | 4d0f11822c1cdf4c51028bde8881756941314821 (patch) | |
| tree | dfdfa0c27d890154bb0d0c04170bd88ce9dbd0f3 | |
| parent | 526c3f0ed139bbacaa415154a272d96279d26239 (diff) | |
Bump version to 0.20.2v0.20.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 fed64cc..2474bdb 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.1" +const Version = "0.20.2" |
