diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-28 23:42:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-28 23:42:51 +0300 |
| commit | 30d233d689f77d4688a49c6fa221ab63a8482db2 (patch) | |
| tree | 1a152a03f68bbdb2f6a4c7ae6afe56670cffb6c3 | |
| parent | 1e5718bc44064481d33a0fc3247c345305d3ba86 (diff) | |
bump version to 0.3.1v0.3.1
| -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 8f22b67..ccf8c34 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.0" +const Version = "0.3.1" |
