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 | 84c8361f7349df6fb878bfc01796517ecf3535d8 (patch) | |
| tree | 3ace8b74bf5447c8e260991682152ba9632b938e | |
| parent | 4ca5b1a511cfb5d7b5d319e8dd142e2cccf8b277 (diff) | |
chore: bump version to 0.20.0v0.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" |
