diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-29 00:29:01 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-29 00:29:01 +0300 |
| commit | 03fa8ccb4438f8a2ea05ed17cd3ceb6b2f13eb0d (patch) | |
| tree | e69b29bb2695821beab16639dee06a1fbb146f90 | |
| parent | 9ea9b37fc2a4c2d01b62b591eb2c4095a8f65d23 (diff) | |
release: bump version to v0.3.3v0.3.3
| -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 b5d250d..2ad8fab 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.3.2" +const Version = "0.3.3" |
