diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-03 16:10:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-03 16:10:48 +0300 |
| commit | f3a1a41d92651d6d19ee6b078c0ffdc825015bde (patch) | |
| tree | b0d78129b24a816bb25904a60f841ed54d1216f4 | |
| parent | 7088db8f1c77a08ad37a1bd0437a0c066dae80fa (diff) | |
chore: bump version to 0.4.0v0.4.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 2ad8fab..372522c 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.3" +const Version = "0.4.0" |
