diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-11 22:51:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-11 22:51:23 +0200 |
| commit | 0cd9db181218eaf0fb1ec1cddcd83035d984e94c (patch) | |
| tree | 66623f3dc779e1ac89d14dfd57f8bd6c81a6f7f2 | |
| parent | e2b033e4808412d6c47af59ea71c7e4d5121da5b (diff) | |
chore: bump version to 0.20.0
| -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 72bb7c5..aa307a3 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.19.0" +const Version = "0.20.0" |
