diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-03 22:47:20 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-03 22:47:20 +0200 |
| commit | d088267f55c45a7ffd90a056d56e02da61b525fc (patch) | |
| tree | 20ef450ffb4cf3d74adf97ca39cf9f57153f8d13 /internal/version.go | |
| parent | 35e1de6f975088ade5dbf0af533fe6fdac8fcc94 (diff) | |
Fix: Address lint warnings and bump patch version to 0.15.3v0.15.3
Diffstat (limited to 'internal/version.go')
| -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 052c674..a416c62 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.15.2" +const Version = "0.15.3" |
