diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-07 18:14:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-07 18:14:14 +0300 |
| commit | fb15616d595e0bf9f734992ceae529001e1f4677 (patch) | |
| tree | 38c90c40aa8694121204eac91bbfc16dc265f4a5 | |
| parent | ec5f76e6dd19095ebe902aae187f1dbe759a6f0a (diff) | |
chore: bump version to v0.8.0v0.8.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 2849241..e32d6fb 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.3" +const Version = "0.8.0" |
